From 2c75ff6687acdee1411b098f1c8c5602213dbac9 Mon Sep 17 00:00:00 2001 From: Remi Bergsma Date: Tue, 24 Oct 2023 20:46:58 +0200 Subject: [PATCH] Start VMs that were stopped on the proxy host --- rolling_reboot.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rolling_reboot.py b/rolling_reboot.py index 38ba83e..1489689 100755 --- a/rolling_reboot.py +++ b/rolling_reboot.py @@ -177,6 +177,8 @@ def main(profile, ignore_hosts, only_hosts, skip_os_version, reboot_action, pre_ (_, _, failed) = proxy_host.empty(target=host) if failed == 0: break + proxy_host.restart_vms_with_shutdown_policy() + logging.info(f"Host '{host['name']}' is done. It should now have the same VMs as before", log_to_slack) target_host = host