Re: [slurm-users] Unable to delete account

2023-03-07 Thread Simon Gao
Thank you Kilian.

We are running Slurm 20.11.8.  Looks like this is exactly what's going on.

Simon


On Mon, Mar 6, 2023 at 3:00 PM Kilian Cavalotti
 wrote:
>
> Hi Simon,
>
> On Mon, Mar 6, 2023 at 1:34 PM Simon Gao  wrote:
> > We are experiencing an issue with deleting any Slurm account.
> >
> > When running a command like: sacctmgr delete account ,
> > following errors are returned and the command failed.
> >
> > # sacctmgr delete account 
> >  Database is busy or waiting for lock from other user.
> > sacctmgr: error: Getting response to message type: DBD_REMOVE_ACCOUNTS
> > sacctmgr: error: DBD_REMOVE_ACCTS failure: No error
> >  Error with request: No error
>
> You haven't specified the version you're using, but that looks like
> https://bugs.schedmd.com/show_bug.cgi?id=11742, fixed in version
> 21.08.
>
> Cheers,
> --
> Kilian
>



[slurm-users] Unable to delete account

2023-03-06 Thread Simon Gao
Hi,

We are experiencing an issue with deleting any Slurm account.

When running a command like: sacctmgr delete account ,
following errors are returned and the command failed.


# sacctmgr delete account 
 Database is busy or waiting for lock from other user.
sacctmgr: error: Getting response to message type: DBD_REMOVE_ACCOUNTS
sacctmgr: error: DBD_REMOVE_ACCTS failure: No error
 Error with request: No error


Any help in debugging this issue is appreciated.

Simon



[slurm-users] Slurm-gcp supported OS

2022-08-05 Thread Simon Gao
Hi,

Is there a plan or ETA to add RockyLinux 8 to the supported OS for slurm-gcp?

Simon



[slurm-users] Slurm database field for SystemCPU, UserCPU, TotalCPU

2022-03-11 Thread Simon Gao
HI,

We export SLURM database job_table and step_table to CSV files for data
analysis.

Which table fields store CPU data for SystemCPU, UserCPU, TotalCPU?

Best Regards,
Simon