X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fganeti2%2Ffiles%2Fganeti-reboot-cluster;fp=modules%2Fganeti2%2Ffiles%2Fganeti-reboot-cluster;h=28f945b3e85009af4ce9b90cb7da2c98ddf9f09b;hb=804bf56bec0b237c2bd91758b198e773cf75f631;hp=2e2a2ab862c8a6093a72489e6cce99f91d02b3ab;hpb=60f3412f27ad73c53935fd94999cbe61865cbfe3;p=mirror%2Fdsa-puppet.git diff --git a/modules/ganeti2/files/ganeti-reboot-cluster b/modules/ganeti2/files/ganeti-reboot-cluster index 2e2a2ab86..28f945b3e 100755 --- a/modules/ganeti2/files/ganeti-reboot-cluster +++ b/modules/ganeti2/files/ganeti-reboot-cluster @@ -109,7 +109,7 @@ reboot_host() { echo "[$(date)] $tgt is up. Pausing for $sleep_time seconds" sleep "$sleep_time" - max_wait='15 minutes' + max_wait='180 minutes' wait_until=$(date -d "now +$max_wait" +%s) while ! ssh -n -l root "$tgt" systemctl is-system-running; do echo "[$(date)] $tgt is still booting up (will wait until $(date -d "@$wait_until")."