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

Describe new node state update option of "DRAIN".

parent 653ea330
No related branches found
No related tags found
No related merge requests found
......@@ -307,6 +307,9 @@ scontrol: update JobId=477 Priority=0
</pre>
<p>
Print the state of node <i>adev13</i> and drain it.
To drain a node specify a new state of "DRAIN", "DRAINED", or "DRAINING".
SLURM will automatically set it to the appropriate value of either "DRAINING"
or "DRAINED" depending if the node is allocated or not.
Return it to service later.
<pre>
adev0: scontrol
......
......@@ -159,9 +159,12 @@ simple regular expressions (e.g. "lx[10-20]"). This specification is required.
.TP
\fIState\fP=<state>
Identify the state to be assigned to the node. Possible values are "NoResp",
"DOWN", "IDLE", "DRAINED", "DRAINING", and "ALLOCATED". The "NoResp" state
will only set the "NoResp" flag for a node without changing its underlying
state.
"DOWN", "IDLE", "DRAIN", "DRAINED", "DRAINING", and "ALLOCATED".
To drain a node specify "DRAIN", "DRAINED", or "DRAINING".
SLURM will automatically set it to the appropriate value of either
"DRAINING" or "DRAINED" depending if the node is allocated or not.
The "NoResp" state will only set the "NoResp" flag for a node without
changing its underlying state.
.TP
\fBSPECIFICATIONS FOR UPDATE COMMAND, PARTITIONS\fR
.TP
......
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