Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HPCasCode
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hpc-team
HPCasCode
Commits
b5466172
Commit
b5466172
authored
7 years ago
by
Gin Tan (Monash University)
Browse files
Options
Downloads
Patches
Plain Diff
Do not enabled slurmctld and slurmdbd in systemd
parent
eab73154
No related branches found
Branches containing commit
No related tags found
1 merge request
!155
Do not enabled slurmctld and slurmdbd in systemd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
roles/slurm-start/tasks/main.yml
+2
-2
2 additions, 2 deletions
roles/slurm-start/tasks/main.yml
with
2 additions
and
2 deletions
roles/slurm-start/tasks/main.yml
+
2
−
2
View file @
b5466172
...
...
@@ -58,7 +58,7 @@
sudo
:
true
-
name
:
start slurmdbd
service
:
name=slurmdbd state=started
enabled=yes
service
:
name=slurmdbd state=started
sudo
:
true
when
:
start_slurmdbd is defined
...
...
@@ -69,7 +69,7 @@
ignore_errors
:
true
-
name
:
start slurmctl
service
:
name=slurmctld state=started
enabled=yes
service
:
name=slurmctld state=started
sudo
:
true
when
:
use_systemd is defined and start_slurmctld is defined
...
...
This diff is collapsed.
Click to expand it.
Andreas Hamacher
@handreas
mentioned in commit
b1150a2a
·
4 years ago
mentioned in commit
b1150a2a
mentioned in commit b1150a2a06c6d3dfb9ad7065e40ddb09d80fcb06
Toggle commit list
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