Skip to content

Commit 4d3c669

Browse files
authored
Increase wait-init-complete timeout (#6109)
When a host starts, the systemd service xapi-wait-init-complete waiting on the creation of the xapi init cookie file may fail on timeout for a matter of seconds. This patch adds 1 minute (300 seconds total) to the timeout passed to the script xapi-wait-init-complete.
2 parents 87927f1 + 801dd96 commit 4d3c669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/xapi-wait-init-complete.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Before=xapi-init-complete.target
66

77
[Service]
88
Type=oneshot
9-
ExecStart=@OPTDIR@/bin/xapi-wait-init-complete 240
9+
ExecStart=@OPTDIR@/bin/xapi-wait-init-complete 300
1010
RemainAfterExit=yes
1111

1212
[Install]

0 commit comments

Comments
 (0)