From 1e6f25b3955f23c158c4823390d55d64163bf6b2 Mon Sep 17 00:00:00 2001 From: immarvin Date: Thu, 15 Aug 2013 23:48:38 -0700 Subject: [PATCH] update the nodelist.status to installing/netbooting via feedback from node during provision --- xCAT-server/lib/perl/xCAT/PPC.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xCAT-server/lib/perl/xCAT/PPC.pm b/xCAT-server/lib/perl/xCAT/PPC.pm index 7921ffeb0..2285601e7 100644 --- a/xCAT-server/lib/perl/xCAT/PPC.pm +++ b/xCAT-server/lib/perl/xCAT/PPC.pm @@ -269,6 +269,8 @@ sub process_command { } } } + #donot update node provision status (installing or netbooting) here + xCAT::Utils->filter_nostatusupdate(\%newnodestatus); #print "newstatus" . Dumper(\%newnodestatus); xCAT_monitoring::monitorctrl::setNodeStatusAttributes(\%newnodestatus, 1); }