mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-11-04 13:22:36 +00:00 
			
		
		
		
	remove 'sequential' parameter for runxcmd calling in configfpc.pm
This commit is contained in:
		@@ -368,7 +368,6 @@ sub set_FPC_network_parms {
 | 
			
		||||
		command => ["rspconfig"],
 | 
			
		||||
		node => ["$defnode"],
 | 
			
		||||
		arg     => [ "netmask=$netmask" ], 
 | 
			
		||||
		sequential=>["1"],
 | 
			
		||||
		}, 
 | 
			
		||||
		$request, 0,1);
 | 
			
		||||
	if ($::RUNCMD_RC != 0) {
 | 
			
		||||
@@ -389,7 +388,6 @@ sub set_FPC_network_parms {
 | 
			
		||||
		command => ["rspconfig"],
 | 
			
		||||
		node => ["$defnode"],
 | 
			
		||||
		arg     => [ "gateway=$gateway" ],
 | 
			
		||||
		sequential=>["1"],
 | 
			
		||||
		}, 
 | 
			
		||||
		$request, 0,1);
 | 
			
		||||
	if ($::RUNCMD_RC != 0) {
 | 
			
		||||
@@ -410,7 +408,6 @@ sub set_FPC_network_parms {
 | 
			
		||||
		command => ["rspconfig"],
 | 
			
		||||
		node => ["$defnode"],
 | 
			
		||||
		arg     => [ "ip=$newfpcip" ], 
 | 
			
		||||
		sequential=>["1"],
 | 
			
		||||
		},  
 | 
			
		||||
		$request, 0,1);
 | 
			
		||||
	if ($::RUNCMD_RC != 0) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user