Ticket 4608 - sacctmgr modify qos does not recognize GrptresMins parameter. Only recognizes GrpcpuMins parameter
Summary: sacctmgr modify qos does not recognize GrptresMins parameter. Only recognize...
Status: RESOLVED INFOGIVEN
Alias: None
Product: Slurm
Classification: Unclassified
Component: Accounting (show other tickets)
Version: 17.11.2
Hardware: Linux Linux
: 4 - Minor Issue
Assignee: Tim Wickberg
QA Contact:
URL:
Depends on:
Blocks:
 
Reported: 2018-01-09 16:02 MST by Lee Reynolds
Modified: 2018-01-18 18:45 MST (History)
0 users

See Also:
Site: ASU
Slinky Site: ---
Alineos Sites: ---
Atos/Eviden Sites: ---
Confidential Site: ---
Coreweave sites: ---
Cray Sites: ---
DS9 clusters: ---
Google sites: ---
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:
Target Release: ---
DevPrio: ---
Emory-Cloud Sites: ---


Attachments

Note You need to log in before you can comment on or make changes to this ticket.
Description Lee Reynolds 2018-01-09 16:02:37 MST
The following command:

sacctmgr -i modify qos wildfire set GrptresMins=100000000

Fails with this response:

"You didn't give me anything to set"

This version of of the command succeeds:

sacctmgr -i modify qos wildfire set GrpcpuMins=1000000000
Comment 1 Tim Wickberg 2018-01-09 16:19:02 MST
You need to specify what TRES you're changing. Something like this should work:

sacctmgr -i modify qos wildfire set GrptresMins=cpu=1000
Comment 2 Tim Wickberg 2018-01-18 18:45:26 MST
Lee -

I'm closing this as resolved/infogiven. Please reopen if there's anything further I can address.

- Tim