From 47ba5a9a355a91efdfa881c7443301f63c11f55a Mon Sep 17 00:00:00 2001 From: linggao Date: Sat, 20 Feb 2010 15:34:54 +0000 Subject: [PATCH] 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 --- xCAT-server/lib/xcat/monitoring/monitorctrl.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-server/lib/xcat/monitoring/monitorctrl.pm b/xCAT-server/lib/xcat/monitoring/monitorctrl.pm index c9d5e6e83..b3dd42365 100644 --- a/xCAT-server/lib/xcat/monitoring/monitorctrl.pm +++ b/xCAT-server/lib/xcat/monitoring/monitorctrl.pm @@ -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; }