From d79be881fe64d22499118dcb52634a54716ba86c Mon Sep 17 00:00:00 2001 From: lissav Date: Thu, 15 Nov 2012 17:50:06 +0000 Subject: [PATCH] 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 --- xCAT-server/lib/xcat/plugins/updatenode.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }