mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-07-14 08:41:31 +00:00
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
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user