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
15
15
- Libfabric-aws: ` libfabric-aws-1.16.0~amzn4.0-1 `
16
16
- Rdma-core: ` rdma-core-41.0-2 `
17
17
- Open MPI: ` openmpi40-aws-4.1.4-2 `
18
+ - Update slurmctld and slurmd systemd service files.
18
19
19
20
2.11.7
20
21
-----
Original file line number Diff line number Diff line change 1
1
[Unit]
2
2
Description =Slurm controller daemon
3
- After =network.target munge.service
3
+ After =network-online.target munge.service
4
+ Wants =network-online.target
4
5
ConditionPathExists =/opt/slurm/etc/slurm.conf
5
6
6
7
[Service]
7
8
Type =simple
8
9
EnvironmentFile =-/etc/sysconfig/slurmctld
9
- ExecStart =/opt/slurm/sbin/slurmctld -D $SLURMCTLD_OPTIONS
10
+ ExecStart =/opt/slurm/sbin/slurmctld -D -s $SLURMCTLD_OPTIONS
10
11
ExecReload =/bin/kill -HUP $MAINPID
11
12
LimitNOFILE =562930
12
13
LimitMEMLOCK =infinity
Original file line number Diff line number Diff line change 1
1
[Unit]
2
2
Description =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
4
5
ConditionPathExists =/opt/slurm/etc/slurm.conf
5
6
6
7
[Service]
7
8
Type =simple
8
9
EnvironmentFile =-/etc/sysconfig/slurmd
9
- ExecStart =/opt/slurm/sbin/slurmd -D $SLURMD_OPTIONS
10
+ ExecStart =/opt/slurm/sbin/slurmd -D -s $SLURMD_OPTIONS
10
11
ExecReload =/bin/kill -HUP $MAINPID
11
12
KillMode =process
12
13
LimitNOFILE =131072
You can’t perform that action at this time.
0 commit comments