From 50901d0ac106dd941f19d1d36a4c8709d0eced69 Mon Sep 17 00:00:00 2001 From: immarvin Date: Fri, 16 Aug 2013 01:42:53 -0700 Subject: [PATCH] update node provision status based on the feedback of nodes instead of rpower/rnetboot --- xCAT-server/lib/xcat/plugins/ipmi.pm.legacy | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xCAT-server/lib/xcat/plugins/ipmi.pm.legacy b/xCAT-server/lib/xcat/plugins/ipmi.pm.legacy index 1313d8ee0..82b307fe5 100644 --- a/xCAT-server/lib/xcat/plugins/ipmi.pm.legacy +++ b/xCAT-server/lib/xcat/plugins/ipmi.pm.legacy @@ -6203,6 +6203,8 @@ sub process_request { } } } + #donot update node provision status (installing or netbooting) here + xCAT::Utils->filter_nostatusupdate(\%newnodestatus); #print "newstatus" . Dumper(\%newnodestatus); xCAT_monitoring::monitorctrl::setNodeStatusAttributes(\%newnodestatus, 1); }