Summary: | Refund a job or change the RawUsage on QOS | ||
---|---|---|---|
Product: | Slurm | Reporter: | David King <kingda> |
Component: | Accounting | Assignee: | Megan Dahl <megan> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | 4 - Minor Issue | ||
Priority: | --- | CC: | rundall |
Version: | 22.05.8 | ||
Hardware: | Linux | ||
OS: | Linux | ||
See Also: | https://support.schedmd.com/show_bug.cgi?id=22320 | ||
Site: | NCSA | 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: | 23.11.x | |
Target Release: | --- | DevPrio: | --- |
Emory-Cloud Sites: | --- |
Description
David King
2023-08-28 15:01:08 MDT
Hello David, Currently there is not a way to issue a refund to a QOS. However, I will look into adding that feature in 23.11. I will keep you updated on the development. Regards, --Megan Hello David, QOS will now be able to be refunded in 23.11. For example, the following command will set qos bbka-delta-gpu’s RawUsage to 21834514744.146931. > sacctmgr modify QOS where qos=bbka-delta-gpu set RawUsage=21834514744.146931 commit 88df7aef1b04984cc29ef757a9f6dfa74fc89e8d Author: Megan Dahl <megan@schedmd.com> AuthorDate: Fri Oct 6 16:05:14 2023 -0600 Allow the RawUsage of QOS to be directly updated by sacctmgr Before "sacctmgr modify qos set rawusage" could only be used to reset the QOS usage. Now it can be used to set the raw usage to any arbitrary (positive) value. (Setting it to 0 it resets the entire qos usage like before.) Bug 17549 Regards --Megan |