Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Slurm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tud-zih-energy
Slurm
Commits
22a598db
Commit
22a598db
authored
12 years ago
by
Morris Jette
Browse files
Options
Downloads
Patches
Plain Diff
Try to better HealthCheckProgram use
parent
34e0e482
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/man/man5/slurm.conf.5
+5
-4
5 additions, 4 deletions
doc/man/man5/slurm.conf.5
with
5 additions
and
4 deletions
doc/man/man5/slurm.conf.5
+
5
−
4
View file @
22a598db
...
@@ -606,14 +606,15 @@ The default value is zero, which disables execution.
...
@@ -606,14 +606,15 @@ The default value is zero, which disables execution.
.TP
.TP
\fBHealthCheckProgram\fR
\fBHealthCheckProgram\fR
Fully qualified pathname of a script to execute as user root periodically
Fully qualified pathname of a script to execute as user root periodically
on all compute nodes that are
not
in the NOT_RESPONDING state. This
may be
on all compute nodes that are
\fBnot\fR
in the NOT_RESPONDING state. This
used to verify the node is fully operational and DRAIN the node
or send email
program may be
used to verify the node is fully operational and DRAIN the node
if a problem is detected.
or send email
if a problem is detected.
Any action to be taken must be explicitly performed by the program
Any action to be taken must be explicitly performed by the program
(e.g. execute
(e.g. execute
"scontrol update NodeName=foo State=drain Reason=tmp_file_system_full"
"scontrol update NodeName=foo State=drain Reason=tmp_file_system_full"
to drain a node).
to drain a node).
The interval is controlled using the \fBHealthCheckInterval\fR parameter.
The execution interval is controlled using the \fBHealthCheckInterval\fR
parameter.
Note that the \fBHealthCheckProgram\fR will be executed at the same time
Note that the \fBHealthCheckProgram\fR will be executed at the same time
on all nodes to minimize its impact upon parallel programs.
on all nodes to minimize its impact upon parallel programs.
This program is will be killed if it does not terminate normally within
This program is will be killed if it does not terminate normally within
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment