[slurm-users] sreport changes between Slurm 24 and 26?

17 views
Skip to first unread message

Kamil Wilczek via slurm-users

unread,
Jul 20, 2026, 9:30:56 PM (8 days ago) Jul 20
to slurm...@lists.schedmd.com
Dear All,

I recently upgraded my cluster to Slurm 26.05.2 (a completely fresh
installation, including the operating system), replacing a previous
Slurm 24.11 installation.

On the previous installation (Slurm 24.11), I used sreport from a Python
script to retrieve TRES usage per QOS:

slurm_sreport = subprocess.run(
[
"sreport",
"--tres=cpu,gres/gpu",
"cluster",
"AccountUtilizationByQOS",
"Start=2025-01-01",
"End=now",
"Accounts=mim",
"Format=QOS,TresName,Used",
f"Users={os.environ['USER']}",
"--noheader",
"--parsable2"
],
...

The script generated a nice report for each user who ran it.
The "Users=" parameter was respected, and the command returned
only QOSes associated with the calling user.

With Slurm 26.05.2, however, Users= appears to be ignored, and the
command returns the complete list of QOSes in the cluster instead.

Is this a confirmed change in behaviour?

Kind regards,
--
Kamil Wilczek [https://keys.openpgp.org/]
[D415917E84B8DA5A60E853B6E676ED061316B69B]

--
slurm-users mailing list -- slurm...@lists.schedmd.com
To unsubscribe send an email to slurm-us...@lists.schedmd.com
Reply all
Reply to author
Forward
0 new messages