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