From 105324c579ab56ac576aa1e329b9aad0436e742d Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Wed, 31 Oct 2007 14:55:43 +0000 Subject: [PATCH] Change destiny execution so that if nodeset boot is ran while a node is in standby, it reboots the system git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@30 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-nbroot/overlay/bin/dodestiny | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-nbroot/overlay/bin/dodestiny b/xCAT-nbroot/overlay/bin/dodestiny index c994ac2e2..2604ef920 100755 --- a/xCAT-nbroot/overlay/bin/dodestiny +++ b/xCAT-nbroot/overlay/bin/dodestiny @@ -83,7 +83,7 @@ while :; do #Discovery complete, restart requested. exec /bin/restart fi - if [ $DESTINY == "reboot" ]; then + if [ $DESTINY == "reboot" -o $DESTINY == "boot" ]; then while ! nextdestiny ; do echo "Retrying next destiny..." done