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]
participants (1)
-
Kamil Wilczek