From a0af4f8042aabf9c759785f654969963f8488a0c Mon Sep 17 00:00:00 2001 From: Moe Jette <jette1@llnl.gov> Date: Wed, 3 Sep 2003 17:38:39 +0000 Subject: [PATCH] Clarify the ReturnToService flag implementation. --- doc/man/man5/slurm.conf.5 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/man/man5/slurm.conf.5 b/doc/man/man5/slurm.conf.5 index 872e33855d0..fd361a04b8a 100644 --- a/doc/man/man5/slurm.conf.5 +++ b/doc/man/man5/slurm.conf.5 @@ -1,4 +1,4 @@ -.TH "slurm.conf" "5" "July 2003" "Morris Jette" "Slurm configuration file" +.TH "slurm.conf" "5" "September 2003" "Morris Jette" "Slurm configuration file" .SH "NAME" slurm.conf \- Slurm configuration file .SH "DESCRIPTION" @@ -150,8 +150,9 @@ is no prolog. \fBReturnToService\fR If set to 1, then a DOWN node will become available for use upon registration. The default value is 0, which -means that a node will remain DOWN until a system administrator explicitly -makes it available for use. +means that a node will remain in the DOWN state +until a system administrator explicitly changes its state +(even if the slurmd daemon registers and resumes communications). .TP \fBSlurmUser\fR The name of the user that the \fBslurmctld\fR daemon executes as. -- GitLab