Skip to content

Commit e51d80f

Browse files
committed
Revert "Backport update slurmctld and slurmd systemd service files"
This reverts commit a5cdad2. Revert the commit becauses of update of the slurm files are only require when upgrade to 21.08 See #1473 and d264c6b
1 parent 7e254e9 commit e51d80f

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ 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.
1918

2019
2.11.7
2120
-----

files/default/slurmctld.service

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
[Unit]
22
Description=Slurm controller daemon
3-
After=network-online.target munge.service
4-
Wants=network-online.target
3+
After=network.target munge.service
54
ConditionPathExists=/opt/slurm/etc/slurm.conf
65

76
[Service]
87
Type=simple
98
EnvironmentFile=-/etc/sysconfig/slurmctld
10-
ExecStart=/opt/slurm/sbin/slurmctld -D -s $SLURMCTLD_OPTIONS
9+
ExecStart=/opt/slurm/sbin/slurmctld -D $SLURMCTLD_OPTIONS
1110
ExecReload=/bin/kill -HUP $MAINPID
1211
LimitNOFILE=562930
1312
LimitMEMLOCK=infinity

files/default/slurmd.service

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
[Unit]
22
Description=Slurm node daemon
3-
After=munge.service network-online.target remote-fs.target
4-
Wants=network-online.target
3+
After=munge.service network.target remote-fs.target
54
ConditionPathExists=/opt/slurm/etc/slurm.conf
65

76
[Service]
87
Type=simple
98
EnvironmentFile=-/etc/sysconfig/slurmd
10-
ExecStart=/opt/slurm/sbin/slurmd -D -s $SLURMD_OPTIONS
9+
ExecStart=/opt/slurm/sbin/slurmd -D $SLURMD_OPTIONS
1110
ExecReload=/bin/kill -HUP $MAINPID
1211
KillMode=process
1312
LimitNOFILE=131072

0 commit comments

Comments
 (0)