Ticket 4608

Summary: sacctmgr modify qos does not recognize GrptresMins parameter. Only recognizes GrpcpuMins parameter
Product: Slurm Reporter: Lee Reynolds <Lee.Reynolds>
Component: AccountingAssignee: Tim Wickberg <tim>
Status: RESOLVED INFOGIVEN QA Contact:
Severity: 4 - Minor Issue    
Priority: ---    
Version: 17.11.2   
Hardware: Linux   
OS: Linux   
Site: ASU Alineos Sites: ---
Atos/Eviden Sites: --- Confidential Site: ---
Coreweave sites: --- Cray Sites: ---
DS9 clusters: --- HPCnow Sites: ---
HPE Sites: --- IBM Sites: ---
NOAA SIte: --- OCF Sites: ---
Recursion Pharma Sites: --- SFW Sites: ---
SNIC sites: --- Linux Distro: ---
Machine Name: CLE Version:
Version Fixed: Target Release: ---
DevPrio: --- Emory-Cloud Sites: ---

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