From 1ca5756ecc00d1465474047d8cd9af7cef789b91 Mon Sep 17 00:00:00 2001 From: Stephen Soltesz <soltesz@cs.princeton.edu> Date: Fri, 27 Mar 2009 17:09:51 +0000 Subject: [PATCH] added two new sequences to rins a node if not installed. --- bootman.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bootman.py b/bootman.py index f3ecf72..c26335f 100755 --- a/bootman.py +++ b/bootman.py @@ -599,6 +599,8 @@ def reboot(hostname, config=None, forced_action=None): # actual solution appears to involve removing the bad files, and # continually trying to boot the node. "bminit-cfg-auth-getplc-update-installinit-validate-rebuildinitrd-netcfg-disk-update4-update3-update3-implementerror-update-debug-done", + "bminit-cfg-auth-getplc-installinit-validate-exception-bmexceptmount-exception-noinstall-update-debug-done", + "bminit-cfg-auth-getplc-update-installinit-validate-exception-bmexceptmount-exception-noinstall-update-debug-done", ]: sequences.update({n : "restart_bootmanager_rins"}) -- 2.47.0