change to out-of-sync for status

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14340 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2012-11-15 17:50:06 +00:00
parent ec777fb90b
commit d79be881fe

View File

@ -1476,7 +1476,7 @@ sub updatenodesyncfiles
if(@::FAILEDNODES)
{
my $stat="notsynced";
my $stat="out-of-sync";
xCAT::TableUtils->setUpdateStatus(\@::FAILEDNODES, $stat);
}