node status update due to intrduction of statelite

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5247 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
linggao 2010-02-20 15:34:54 +00:00
parent 226c5e2bd1
commit 47ba5a9a35

View File

@ -543,6 +543,7 @@ sub getNodeStatusFromNodesetState {
my $status=$::STATUS_BOOTING; #boot, reboot, runimage
if ($nodeset =~ /^install/) { $status=$::STATUS_INSTALLING; } #linux
elsif ($nodeset =~ /^netboot/) { $status=$::STATUS_NETBOOTING;} #linux
elsif ($nodeset =~ /^statelite/) { $status=$::STATUS_NETBOOTING;} #linux
elsif (($nodeset =~ /^diskless/) || ($nodeset =~ /^dataless/)) { $status=$::STATUS_NETBOOTING;} #aix
elsif ($nodeset =~ /^standalone/) { #aix
if ($action eq "rnetboot") { $status=$::STATUS_INSTALLING; }