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
This commit is contained in:
immarvin 2013-06-27 04:59:44 +00:00
parent 869ae04a45
commit 16e0d2179a

View File

@ -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);