From 804bf56bec0b237c2bd91758b198e773cf75f631 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sat, 14 Jul 2018 19:54:31 +0200 Subject: [PATCH] Give us longer to notice degraded boot --- modules/ganeti2/files/ganeti-reboot-cluster | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")." -- 2.20.1