From: Peter Palfrader Date: Sat, 14 Jul 2018 17:54:31 +0000 (+0200) Subject: Give us longer to notice degraded boot X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-puppet.git;a=commitdiff_plain;h=804bf56bec0b237c2bd91758b198e773cf75f631 Give us longer to notice degraded boot --- 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")."