From e7ec94fb56ed3824544a9fdbba01b7b8554942fe Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Tue, 22 Apr 2008 16:05:10 +0000
Subject: [PATCH] Note that changes in node config require a restart of
 slurmctld to take effect.

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

diff --git a/doc/man/man5/slurm.conf.5 b/doc/man/man5/slurm.conf.5
index c38862fc6cb..597f1a12981 100644
--- a/doc/man/man5/slurm.conf.5
+++ b/doc/man/man5/slurm.conf.5
@@ -1172,9 +1172,12 @@ the first task terminates before terminating all remaining tasks. The
 "\-\-wait" option on the srun command line overrides this value. 
 If set to 0, this feature is disabled.
 May not exceed 65533.
+
 .LP
 The configuration of nodes (or machines) to be managed by Slurm is 
 also specified in \fB/etc/slurm.conf\fR. 
+Changes in node configuration (e.g. adding nodes, changing their
+processor count, etc.) require restarting the slurmctld daemon.
 Only the NodeName must be supplied in the configuration file.
 All other node configuration information is optional.
 It is advisable to establish baseline node configurations, 
-- 
GitLab