Summary: | Fix uses of acct_policy_set_qos_order() | ||
---|---|---|---|
Product: | Slurm | Reporter: | Marshall Garey <marshall> |
Component: | slurmctld | Assignee: | Marshall Garey <marshall> |
Status: | RESOLVED FIXED | QA Contact: | Brian Christiansen <brian> |
Severity: | 4 - Minor Issue | ||
Priority: | --- | CC: | aevans7, albert.gil, alex, bart, kilian, nate, ondrejtichacek, sts, tdockendorf, troy |
Version: | 19.05.x | ||
Hardware: | Linux | ||
OS: | Linux | ||
See Also: | https://bugs.schedmd.com/show_bug.cgi?id=6659 | ||
Site: | SchedMD | Alineos Sites: | --- |
Atos/Eviden Sites: | --- | Confidential Site: | --- |
Coreweave sites: | --- | Cray Sites: | --- |
DS9 clusters: | --- | HPCnow Sites: | --- |
HPE Sites: | --- | IBM Sites: | --- |
NOAA SIte: | --- | NoveTech Sites: | --- |
Nvidia HWinf-CS Sites: | --- | OCF Sites: | --- |
Recursion Pharma Sites: | --- | SFW Sites: | --- |
SNIC sites: | --- | Tzag Elita Sites: | --- |
Linux Distro: | --- | Machine Name: | |
CLE Version: | Version Fixed: | 21.08.0pre1 | |
Target Release: | 20.11 | DevPrio: | --- |
Emory-Cloud Sites: | --- |
Comment 3
Marshall Garey
2020-06-02 09:28:21 MDT
*** Ticket 6659 has been marked as a duplicate of this ticket. *** This is affecting Ohio Supercomputer Center on version 20.02.4. If this could get patched in the 20.02 series that would really help us out. *** Ticket 9788 has been marked as a duplicate of this ticket. *** I mentioned this on a duplicate bug but I'll mention it here. Right now I'm targeting a fix for 20.11 (hopefully I'll get it done before 20.11 is released), but I could probably provide a patch for testing on 20.02 when it's ready. *** Ticket 10745 has been marked as a duplicate of this ticket. *** *** Ticket 11475 has been marked as a duplicate of this ticket. *** To all the sites looking at this bug - We pushed two commits to fix this issue. 47e46a45e6 Do not use accrue limits for partition QOS There were issues with accrue limits for partition QOS when submitting jobs to multiple partitions. There wasn't a good way to fix this for multiple partitions, so we made it so accrue limits don't work on partition QOS at all. Accrue limits do still work on job QOS. This is a feature change. 9125409e12 Fix acct_policy_validate() to consider all partition QOS This ensures that we loop through all partitions when validating a job at job submission time. These have been pushed to master and will be part of the 21.08 release. |