From 8eb4b81c9022abc43cbbee3dc67de96e2078891b Mon Sep 17 00:00:00 2001 From: immarvin Date: Fri, 16 Aug 2013 01:38:09 -0700 Subject: [PATCH] update node provision status based on the feedback of nodes instead of rpower/rnetboot --- xCAT-server/lib/xcat/plugins/blade.pm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/xCAT-server/lib/xcat/plugins/blade.pm b/xCAT-server/lib/xcat/plugins/blade.pm index 256ab8c99..88e7f2fc0 100644 --- a/xCAT-server/lib/xcat/plugins/blade.pm +++ b/xCAT-server/lib/xcat/plugins/blade.pm @@ -5939,6 +5939,10 @@ sub dompa { } } } + + + #donot update node provision status (installing or netbooting) here + xCAT::Utils->filter_nostatusupdate(\%newnodestatus); #print "newstatus" . Dumper(\%newnodestatus); xCAT_monitoring::monitorctrl::setNodeStatusAttributes(\%newnodestatus, 1); }