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:
		@@ -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; }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user