Dear Slurm Developers, on our cluster running Slurm version 14.11.0-0pre4, squeue reports the pending reason "QOSMinCPUsNotSatisfied" although there is no QOS that defines MinCPUs. Thank you in advance for fixing this issue. Kind regards, Matthias Jurenz
Hi, could you append the output of 'scontrol show job <job_id>', your slurm.conf and the output of 'sacctmgr show qos', 'sacctmgr show assoc'. David
Created attachment 1369 [details] Output of `scontrol show job' of job with wrong pending reason.
Created attachment 1370 [details] Output of `sacctmgr show qos'.
Created attachment 1371 [details] Output of `sacctmgr show assoc' (reduced to one user).
Created attachment 1372 [details] The slurm.conf.
Hello David, please find attached the files you requested. Let me know if you want more information. Matthias
The problem should be fixed here: https://github.com/SchedMD/slurm/commit/ac9abdf3ac340d42d08a3fe953dc897907965e0d
Thanks! It fixes the problem for new jobs.