defect 3596

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@16453 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2013-05-29 11:33:53 +00:00
parent 257666102d
commit 6c293a26e3

View File

@ -984,6 +984,12 @@ sub updatenode
$::attrres{$attr} = $value;
}
}
# if not just using the -k flag, then set all nodes to syncing for the
# other updatenode options
if (!($::SECURITY)) {
my $stat="syncing";
xCAT::TableUtils->setUpdateStatus(\@$nodes, $stat);
}
#
# handle file synchronization
@ -1124,7 +1130,7 @@ sub updatenode
if(@::FAILEDNODES)
{
my $stat="out-of-sync";
my $stat="failed";
xCAT::TableUtils->setUpdateStatus(\@::FAILEDNODES, $stat);
}