Skip to content
Snippets Groups Projects
Commit 125c98bd authored by Moe Jette's avatar Moe Jette
Browse files

Define new node parameter for scontrol update: Reason="node down because ....".

Define new node configuration parameter for DOWN/DRAIN nodes: Reason=whatever.
parent 5db3b1a0
No related branches found
No related tags found
No related merge requests found
......@@ -321,6 +321,11 @@ The default value is 1.
Number of processors on the node (e.g. "2").
The default value is 1.
.TP
\fBReason\fR
Identifies the reason for a node being in state "DOWN" or "DRAINED"
or "DRAINING". Use quotes to enclose a reason having more than one
word.
.TP
\fBState\fR
State of the node with respect to the initiation of user jobs.
Acceptable values are "BUSY", "DOWN", "DRAINED", "DRAINING", "IDLE",
......@@ -502,6 +507,8 @@ NodeName=DEFAULT State=UNKNOWN
.br
NodeName=dev[0-25] NodeAddr=edev[0-25] Weight=16
.br
NodeName=dev26 State=DOWN Reason="power,ETA=Dec25"
.br
#
.br
# Partition Configurations
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment