From dbc6e28410350f148f6f77ac557bc8ed2a4a5603 Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Mon, 24 Mar 2003 18:53:08 +0000
Subject: [PATCH] SLurmdTimeout value of zero means never set DOWN when not
 responding.

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

diff --git a/doc/man/man5/slurm.conf.5 b/doc/man/man5/slurm.conf.5
index d71a9d61444..d703f1074d4 100644
--- a/doc/man/man5/slurm.conf.5
+++ b/doc/man/man5/slurm.conf.5
@@ -188,6 +188,7 @@ system). The default value is "/tmp/slurmd".
 The interval, in seconds, that the SLURM controller waits for \fBslurmd\fR 
 to respond before configuring that node's state to DOWN. 
 The default value is 300 seconds.
+A value of zero indicates the node should never be set DOWN if not respnding.
 .TP
 \fBStateSaveLocation\fR
 Fully qualified pathname of a directory into which the slurm controller, 
-- 
GitLab