update node provision status based on the feedback of nodes instead of rpower/rnetboot

This commit is contained in:
immarvin 2013-08-16 01:38:09 -07:00
parent c507d9a7d1
commit 8eb4b81c90

View File

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