From f686dcca0dd0e9c3407a035482dae63a88777cd7 Mon Sep 17 00:00:00 2001 From: Morris Jette <jette@schedmd.com> Date: Mon, 10 Dec 2012 15:12:43 -0800 Subject: [PATCH] Clarify use of scontrol reboot_node option in man page --- doc/man/man1/scontrol.1 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/man/man1/scontrol.1 b/doc/man/man1/scontrol.1 index 329b6bdd4bb..2e5e909872d 100644 --- a/doc/man/man1/scontrol.1 +++ b/doc/man/man1/scontrol.1 @@ -237,6 +237,12 @@ Terminate the execution of scontrol. Reboot all nodes in the system when they become idle using the \fBRebootProgram\fP as configured in SLURM's slurm.conf file. Accepts an option list of nodes to reboot. By default all nodes are rebooted. +NOTE: This command does not prevent additional jobs from being scheduled on +these nodes, so many jobs can be executed on the nodes prior to them being +rebooted. You can explicitly drain the nodes in order to reboot nodes as soon +as possible, but the nodes must also explicitly be returned to service after +being rebooted. You can alternately create an advanced reservation with a flag +of MAINT to prevent additional jobs from being initiated. .TP \fBreconfigure\fP -- GitLab