Re: [slurm-users] Removing user from slurm configuration

2019-10-12 Thread Mahmood Naderan
> sacctmgr delete user XXX Thanks. This is much better than manually changing the db. Regards, Mahmood On Fri, Oct 11, 2019 at 7:00 PM Christopher Samuel wrote: > On 10/10/19 8:53 AM, Marcus Wagner wrote: > > > if you REALLY want to get rid of that user, you might need to manipulate > > th

Re: [slurm-users] Removing user from slurm configuration

2019-10-11 Thread Christopher Samuel
On 10/10/19 8:53 AM, Marcus Wagner wrote: if you REALLY want to get rid of that user, you might need to manipulate the SQL Database. Yeah, I really don't think that would be a safe thing to do. -- Chris Samuel : http://www.csamuel.org/ : Berkeley, CA, USA

Re: [slurm-users] Removing user from slurm configuration

2019-10-10 Thread Marcus Wagner
Hi Ole, in fact, the user does not become deleted but gets a "deleted" flag in the database. The advantage is, if you recreate the user, he gets the same internal id. @Mahmood if you REALLY want to get rid of that user, you might need to manipulate the SQL Database. I emphasize though, not to

Re: [slurm-users] Removing user from slurm configuration

2019-10-10 Thread Ole Holm Nielsen
sacctmgr delete user XXX I would also like to mention my Slurm account and user updating tools: https://github.com/OleHolmNielsen/Slurm_tools/tree/master/slurmaccounts /Ole On 10/10/19 1:41 PM, Mahmood Naderan wrote: Hi I had created multiple test users, and then removed them. However, I see t

[slurm-users] Removing user from slurm configuration

2019-10-10 Thread Mahmood Naderan
Hi I had created multiple test users, and then removed them. However, I see they are still present in slurm database. How can I remove them? # sacctmgr list association format=account,user Account User -- -- root root root local localmahmood