From 1166185575d81eac4219d636ea378a0b16e9e0e7 Mon Sep 17 00:00:00 2001 From: zhaoertao Date: Thu, 21 Nov 2013 01:04:30 -0800 Subject: [PATCH] remove 'sequential' parameter for runxcmd calling in configfpc.pm --- xCAT-server/lib/xcat/plugins/configfpc.pm | 3 --- 1 file changed, 3 deletions(-) diff --git a/xCAT-server/lib/xcat/plugins/configfpc.pm b/xCAT-server/lib/xcat/plugins/configfpc.pm index 07fe950ba..44b73cd82 100644 --- a/xCAT-server/lib/xcat/plugins/configfpc.pm +++ b/xCAT-server/lib/xcat/plugins/configfpc.pm @@ -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) {