mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-11-04 05:12:30 +00:00 
			
		
		
		
	Modify calls to xcataixpost
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3058 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							@@ -1146,7 +1146,7 @@ sub addNodes {
 | 
			
		||||
      $cmd="XCATBYPASS=Y $fanout_string $::XCATROOT/bin/xdsh $nr -s -e /install/postscripts/xcatdsklspost 2 configrmcnode 2>&1";
 | 
			
		||||
    }
 | 
			
		||||
    else {
 | 
			
		||||
      $cmd="XCATBYPASS=Y $fanout_string $::XCATROOT/bin/xdsh $nr -s -e /install/postscripts/xcataixpost 2 configrmcnode 2>&1";
 | 
			
		||||
      $cmd="XCATBYPASS=Y $fanout_string $::XCATROOT/bin/xdsh $nr -s -e /install/postscripts/xcataixpost -c 2 configrmcnode 2>&1";
 | 
			
		||||
    }
 | 
			
		||||
    if (! open (CMD, "$cmd |")) {
 | 
			
		||||
      reportError("Cannot run command $cmd", $callback);
 | 
			
		||||
 
 | 
			
		||||
@@ -241,7 +241,7 @@ sub updatenode {
 | 
			
		||||
      $cmd="XCATBYPASS=Y $::XCATROOT/bin/xdsh $nodestring -s -e /install/postscripts/xcatdsklspost 1 $postscripts 2>&1";
 | 
			
		||||
    }
 | 
			
		||||
    else {
 | 
			
		||||
      $cmd="XCATBYPASS=Y $::XCATROOT/bin/xdsh $nodestring -s -e /install/postscripts/xcataixpost 1 $postscripts 2>&1";
 | 
			
		||||
      $cmd="XCATBYPASS=Y $::XCATROOT/bin/xdsh $nodestring -s -e /install/postscripts/xcataixpost -c 1 $postscripts 2>&1";
 | 
			
		||||
    }
 | 
			
		||||
    if (! open (CMD, "$cmd |")) {
 | 
			
		||||
      my $rsp={};
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user