From 7114776ba8b398577d496e293894393575294b96 Mon Sep 17 00:00:00 2001
From: Morris Jette <jette@schedmd.com>
Date: Tue, 26 May 2015 11:19:10 -0700
Subject: [PATCH] expand ReqNodeNotAvail reason field meaning

---
 doc/man/man1/squeue.1 | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/doc/man/man1/squeue.1 b/doc/man/man1/squeue.1
index c90d1163e67..3d37b56057c 100644
--- a/doc/man/man1/squeue.1
+++ b/doc/man/man1/squeue.1
@@ -1061,6 +1061,11 @@ The job's QOS has reached its time limit.
 .TP
 \fBReqNodeNotAvail\fR
 Some node specifically required by the job is not currently available.
+The node may currently be in use, reserved for another job, in an advanced
+reservation, DOWN, DRAINED, or not responding.
+Nodes which are DOWN, DRAINED, or not responding will be identified as part
+of the job's "reason" field as "UnavailableNodes". Such nodes will typically
+require the intervention of a system administrator to make available.
 .TP
 \fBReservation\fR
 The job is waiting its advanced reservation to become available.
-- 
GitLab