Skip to content

Commit 6b8f843

Browse files
committed
Merge branch 'main' into feat/slurmdbd-upgrade
2 parents 92a37f2 + 5a7608b commit 6b8f843

File tree

1 file changed

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

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,13 @@ systemd_dropins:
1414
content: "{{ _systemd_requiresmount_statedir }}"
1515
slurmdbd:
1616
group: openhpc
17-
content: "{{ _systemd_requiresmount_statedir }}"
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+
1824
slurmctld:
1925
group: openhpc
2026
content: "{{ _systemd_requiresmount_statedir }}"

0 commit comments

Comments
 (0)