diff --git a/xCAT-server/lib/xcat/plugins/updatenode.pm b/xCAT-server/lib/xcat/plugins/updatenode.pm index c166497cd..527ed76a2 100644 --- a/xCAT-server/lib/xcat/plugins/updatenode.pm +++ b/xCAT-server/lib/xcat/plugins/updatenode.pm @@ -1476,7 +1476,7 @@ sub updatenodesyncfiles if(@::FAILEDNODES) { - my $stat="notsynced"; + my $stat="out-of-sync"; xCAT::TableUtils->setUpdateStatus(\@::FAILEDNODES, $stat); }