Skip to content
Snippets Groups Projects
Commit db524bf0 authored by Moe Jette's avatar Moe Jette
Browse files

Document that StateSaveLocation must be a directory that SlurmUser may

write to.
parent e532316d
No related branches found
No related tags found
No related merge requests found
This file describes changes in recent versions of SLURM. It primarily
documents those changes that are of interest to users and admins.
* Changes in SLURM 0.3.0.0-pre9 (not tagged yet)
===============================
* Changes in SLURM 0.3.0.0-pre8
===============================
-- Queue outgoing message traffic rather than immediately spawning
......
.TH "slurm.conf" "5" "February 2004" "Morris Jette" "Slurm configuration file"
.TH "slurm.conf" "5" "March 2004" "Morris Jette" "Slurm configuration file"
.SH "NAME"
slurm.conf \- Slurm configuration file
.SH "DESCRIPTION"
......@@ -273,9 +273,10 @@ The default value is 300 seconds.
A value of zero indicates the node should never be set DOWN if not respnding.
.TP
\fBStateSaveLocation\fR
Fully qualified pathname of a directory into which the slurm controller,
\fBslurmctld\fR, saves its state (e.g. "/usr/local/slurm/checkpoint"). SLURM
state will saved here to recover from system failures.
Fully qualified pathname of a directory into which the SLURM controller,
\fBslurmctld\fR, saves its state (e.g. "/usr/local/slurm/checkpoint").
SLURM state will saved here to recover from system failures.
\fBSlurmUser\fR must be able to create files in this directory.
The default value is "/tmp".
If any slurm daemons terminate abnormally, their core files will also be written
into this directory.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment