From 56f28c07ab9990ad79160561d0c57b869dfcd22c Mon Sep 17 00:00:00 2001 From: lissav Date: Fri, 21 Jun 2013 10:29:37 +0000 Subject: [PATCH] fix defect 3639 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@16718 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/updatenode.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/updatenode.pm b/xCAT-server/lib/xcat/plugins/updatenode.pm index cd513b882..e44b741e3 100644 --- a/xCAT-server/lib/xcat/plugins/updatenode.pm +++ b/xCAT-server/lib/xcat/plugins/updatenode.pm @@ -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) =