From 16e0d2179ad957e9e4543789cfef95dee349718f Mon Sep 17 00:00:00 2001 From: immarvin Date: Thu, 27 Jun 2013 04:59:44 +0000 Subject: [PATCH] update node provision status based on the feedback of nodes instead of rpower/rnetboot git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@16791 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/kvm.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xCAT-server/lib/xcat/plugins/kvm.pm b/xCAT-server/lib/xcat/plugins/kvm.pm index c8362ecc8..7bc988006 100644 --- a/xCAT-server/lib/xcat/plugins/kvm.pm +++ b/xCAT-server/lib/xcat/plugins/kvm.pm @@ -2785,8 +2785,7 @@ sub process_request { } } } - - #donot update node provision status (installing or netbooting) here + #donot update node provision status (installing or netbooting) here xCAT::Utils->filter_nostatusupdate(\%newnodestatus); #print "newstatus" . Dumper(\%newnodestatus); xCAT_monitoring::monitorctrl::setNodeStatusAttributes(\%newnodestatus, 1);