auto_queues
widget should check AllowQos
property for slurm partitions
#3932
Milestone
auto_queues
widget should check AllowQos
property for slurm partitions
#3932
a slurm partition can have a QOS whitelist (
AllowQos
), and users can be granted access to a QOS with an "association" in the slurm database. If a user attempts to schedule a job on anAllowQos
partition, and they aren't associated with any of the allowed QOSes, they get aninvalid QOS specification
error. It would be nice if theauto_queues
widget did not display (or grayed out) slurm partitions which aren't accessible by the current user.I previously wrote some python code that gets the current user's QOSes from
sacctmgr
:The text was updated successfully, but these errors were encountered: