Skip to content
Snippets Groups Projects
Commit 98b1ba6f authored by Jay Van Schyndel's avatar Jay Van Schyndel
Browse files

Merge branch 'confserver' into 'master'

conf-server parameter finally accepts the backup crtl as parameter as well

See merge request !562
parents 0cef3c61 1ea73df1
No related branches found
No related tags found
1 merge request!562conf-server parameter finally accepts the backup crtl as parameter as well
......@@ -10,7 +10,7 @@ KillMode=process
LimitMEMLOCK=infinity
#EnvironmentFile=/etc/default/slurmd
#ExecStart={{ slurm_dir }}/sbin/slurmd $SLURMD_OPTIONS # before slurm20
ExecStart={{ slurm_dir }}/sbin/slurmd --conf-server {{ slurmctrl }}:6817
ExecStart={{ slurm_dir }}/sbin/slurmd --conf-server {{ slurmctrl }}:6817,{{ slurmctrlbackup }}:6817
PIDFile={{ slurmpiddir }}/slurmd.pid
[Install]
......
[Unit]
Description=Slurm node daemon
After=network.target
# After Slurm-20.02 (configless), this is not needed
# ConditionPathExists={{ slurm_dir }}/etc/slurm.conf
[Service]
Type=forking
KillMode=process
LimitMEMLOCK=infinity
#EnvironmentFile=/etc/default/slurmd
#ExecStart={{ slurm_dir }}/sbin/slurmd $SLURMD_OPTIONS # before slurm20
ExecStart={{ slurm_dir }}/sbin/slurmd --conf-server {{ slurmctrlbackup }}:6817
PIDFile={{ slurmpiddir }}/slurmd.pid
[Install]
WantedBy=multi-user.target
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