From 59eef15ca28a9ae17c12ffac0a8ba7360ae5a706 Mon Sep 17 00:00:00 2001 From: Moe Jette <jette1@llnl.gov> Date: Thu, 10 Apr 2008 21:42:06 +0000 Subject: [PATCH] Note the need to create parent directories manually. --- doc/html/configurator.html.in | 6 ++++++ doc/man/man5/slurm.conf.5 | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/doc/html/configurator.html.in b/doc/html/configurator.html.in index c6d766b2991..d9bd7ed25b2 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 551ae3dd972..50439cd8fea 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. -- GitLab