mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-11-04 05:12:30 +00:00 
			
		
		
		
	fix defect 3639
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@16717 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		@@ -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) =
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user