diff --git a/doc/html/configurator.html.in b/doc/html/configurator.html.in index c6d766b2991220cb607ab92837bab2248cd377f5..d9bd7ed25b259fd2ce4c64424d10ec15643ea173 100644 --- a/doc/html/configurator.html.in +++ b/doc/html/configurator.html.in @@ -297,6 +297,12 @@ manually edit the resulting <I>slurm.conf</I> as desired for greater flexibiilty. See <I>man slurm.conf</I> for more details about the configuration parameters.</P> +<P>Note the while SLURM daemons create log files and other files as needed, +it treats the lack of parent directories as a fatal error. +This prevents the daemons from running if critical file systems are +not mounted and will minimize the risk of cold-starting (starting +without preserving jobs).</P> + <P>After you have filled in the fields of interest, use the "Submit" button on the bottom of the page to build the <I>slurm.conf</I> file. It will appear on your web browser. Save the file in text format diff --git a/doc/man/man5/slurm.conf.5 b/doc/man/man5/slurm.conf.5 index 551ae3dd972adcd9f0f7068c4b0dfbc700e71a9c..50439cd8feab5271c47d45c8b024ed05926074be 100644 --- a/doc/man/man5/slurm.conf.5 +++ b/doc/man/man5/slurm.conf.5 @@ -15,6 +15,12 @@ location of this file. The SLURM daemons also allow you to override both the built\-in and environment\-provided location using the "\-f" option on the command line. .LP +Note the while SLURM daemons create log files and other files as needed, +it treats the lack of parent directories as a fatal error. +This prevents the daemons from running if critical file systems are +not mounted and will minimize the risk of cold\-starting (starting +without preserving jobs). +.LP The contents of the file are case insensitive except for the names of nodes and partitions. Any text following a "#" in the configuration file is treated as a comment through the end of that line.