Re: [slurm-users] Rename account or move user from one account to another

2019-06-19 Thread Christoph Brüning
Hi, yes, modifying the database directly seems to be the only way. Part of the story is, I think, that the account name is used as the primary key instead of some account ID... which would at least make it possible to rename an account. Associations are however referenced by an ID, so ... ye

Re: [slurm-users] Rename account or move user from one account to another

2019-06-17 Thread Henkel, Andreas
Hi Christoph, I think the only way is to modify the database directly. I don’t know if Slurm likes it and personally would try it in a copy of the DB with a separate slurmdbd to see if the values reported are still correct. Best regards, Andreas Henkel > Am 14.06.2019 um 16:16 schrieb Sam Ga

Re: [slurm-users] Rename account or move user from one account to another

2019-06-14 Thread Sam Gallop (NBI)
Hi Christoph, I suspect that the answer to both of these is no. When I tried to modify an account I got ... $ sudo sacctmgr modify account where name=user1 set account=newaccount1 Can't modify the name of an account Also, the sacctmgr can only reset a user's rawusage, as it only supports a va