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

Note that AuthType and JobCompType value changes require a slurmctld restart

to take effect.
parent 152bf269
No related branches found
No related tags found
No related merge requests found
...@@ -24,6 +24,7 @@ The default value is "auth/none", which means the UID included in ...@@ -24,6 +24,7 @@ The default value is "auth/none", which means the UID included in
communication messages is not verified. communication messages is not verified.
"auth/authd" indicates that Brett Chun's authd is to be used (see "auth/authd" indicates that Brett Chun's authd is to be used (see
"http://www.theether.org/authd/" for more information). "http://www.theether.org/authd/" for more information).
Slurmctld must be restarted for a change in this value to take effect.
.TP .TP
\fBBackupAddr\fR \fBBackupAddr\fR
Name that \fBBackupController\fR should be referred to in Name that \fBBackupController\fR should be referred to in
...@@ -114,6 +115,7 @@ The default value is "jobcomp/none", which means that upon job completion ...@@ -114,6 +115,7 @@ The default value is "jobcomp/none", which means that upon job completion
the record of the job is purged from the system. the record of the job is purged from the system.
The value "jobcomp/filetxt" indicates that a record of the job should be The value "jobcomp/filetxt" indicates that a record of the job should be
written to a text file specified by the \fBJobCompLoc\fR parameter. written to a text file specified by the \fBJobCompLoc\fR parameter.
Slurmctld must be restared for a change in this value to take effect.
.TP .TP
\fBJobCredentialPrivateKey\fR \fBJobCredentialPrivateKey\fR
Fully qualified pathname of a file containing a private key used for Fully qualified pathname of a file containing a private key used for
......
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