fix defect 3639

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@16718 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2013-06-21 10:29:37 +00:00
parent e997e19531
commit 56f28c07ab

View File

@ -1444,6 +1444,8 @@ sub updatenodesyncfiles
$rsp->{data}->[0] =
"There were no syncfiles defined to process. File synchronization has completed.";
$callback->($rsp);
my $stat="synced";
xCAT::TableUtils->setUpdateStatus(\@$nodes, $stat);
}
@ -1546,7 +1548,7 @@ sub updatenodesoftware
my $rsp;
$CALLBACK = $callback;
push @{$rsp->{data}},
"Performing software maintenance operations. This could take a while.\n";
"Performing software maintenance operations. This could take a while, if there are packages to install.\n";
xCAT::MsgUtils->message("I", $rsp, $callback);
my ($rc, $AIXnodes_nd, $Linuxnodes_nd) =