From 5db3b1a05cafaf6a3bcadff9ab5246d2e6745704 Mon Sep 17 00:00:00 2001 From: Moe Jette <jette1@llnl.gov> Date: Wed, 9 Jul 2003 22:16:19 +0000 Subject: [PATCH] Define new node parameter for scontrol update: Reason="node down because ....". --- doc/man/man1/scontrol.1 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/man/man1/scontrol.1 b/doc/man/man1/scontrol.1 index d2953e1b8ce..eb27899700f 100644 --- a/doc/man/man1/scontrol.1 +++ b/doc/man/man1/scontrol.1 @@ -172,6 +172,10 @@ Set the job's time limit to the specified value. Identify the node(s) to be updated. Multiple node names may be specified using simple node range expressions (e.g. "lx[10-20]"). This specification is required. .TP +\fIReason\fP=<reason> +Identify the reason the node is in a "DOWN" or "DRAINED" or "DRAINING" state. +Use quotes to enclose a reason having more than one word. +.TP \fIState\fP=<state> Identify the state to be assigned to the node. Possible values are "NoResp", "DOWN", "IDLE", "DRAIN", "DRAINED", "DRAINING", and "ALLOCATED". -- GitLab