File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ This file is used to list changes made in each version of the AWS ParallelCluste
1515 - Libfabric-aws: ` libfabric-aws-1.16.0~amzn4.0-1 `
1616 - Rdma-core: ` rdma-core-41.0-2 `
1717 - Open MPI: ` openmpi40-aws-4.1.4-2 `
18+ - Update slurmctld and slurmd systemd service files.
1819
19202.11.7
2021-----
Original file line number Diff line number Diff line change 11[Unit]
22Description =Slurm controller daemon
3- After =network.target munge.service
3+ After =network-online.target munge.service
4+ Wants =network-online.target
45ConditionPathExists =/opt/slurm/etc/slurm.conf
56
67[Service]
78Type =simple
89EnvironmentFile =-/etc/sysconfig/slurmctld
9- ExecStart =/opt/slurm/sbin/slurmctld -D $SLURMCTLD_OPTIONS
10+ ExecStart =/opt/slurm/sbin/slurmctld -D -s $SLURMCTLD_OPTIONS
1011ExecReload =/bin/kill -HUP $MAINPID
1112LimitNOFILE =562930
1213LimitMEMLOCK =infinity
Original file line number Diff line number Diff line change 11[Unit]
22Description =Slurm node daemon
3- After =munge.service network.target remote-fs.target
3+ After =munge.service network-online.target remote-fs.target
4+ Wants =network-online.target
45ConditionPathExists =/opt/slurm/etc/slurm.conf
56
67[Service]
78Type =simple
89EnvironmentFile =-/etc/sysconfig/slurmd
9- ExecStart =/opt/slurm/sbin/slurmd -D $SLURMD_OPTIONS
10+ ExecStart =/opt/slurm/sbin/slurmd -D -s $SLURMD_OPTIONS
1011ExecReload =/bin/kill -HUP $MAINPID
1112KillMode =process
1213LimitNOFILE =131072
You can’t perform that action at this time.
0 commit comments