Skip to content

Commit 860cb73

Browse files
committed
remove slurmdbd startup timeout increase - got borked during merge from main
1 parent 6b8f843 commit 860cb73

File tree

1 file changed

+1
-7
lines changed
  • environments/common/inventory/group_vars/all

1 file changed

+1
-7
lines changed

environments/common/inventory/group_vars/all/systemd.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,7 @@ systemd_dropins:
1414
content: "{{ _systemd_requiresmount_statedir }}"
1515
slurmdbd:
1616
group: openhpc
17-
content: |
18-
{{ _systemd_requiresmount_statedir }}
19-
20-
[Service]
21-
# Allow slurmdbd to complete major version upgrades
22-
TimeoutStartSec={{ openhpc_slurmdbd_timeout_start_sec }}
23-
17+
content: "{{ _systemd_requiresmount_statedir }}"
2418
slurmctld:
2519
group: openhpc
2620
content: "{{ _systemd_requiresmount_statedir }}"

0 commit comments

Comments
 (0)