From 125c98bd6e63edb74eb1b700f4f413ae13ee89c5 Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Wed, 9 Jul 2003 22:16:45 +0000
Subject: [PATCH] Define new node parameter for scontrol update: Reason="node
 down because ....". Define new node configuration parameter for DOWN/DRAIN
 nodes: Reason=whatever.

---
 doc/man/man5/slurm.conf.5 | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/doc/man/man5/slurm.conf.5 b/doc/man/man5/slurm.conf.5
index ddaf901bcd4..7e6daa0a84f 100644
--- a/doc/man/man5/slurm.conf.5
+++ b/doc/man/man5/slurm.conf.5
@@ -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
-- 
GitLab