From 287d84ac0703c0dcb28eb52063914ae363e1ab89 Mon Sep 17 00:00:00 2001 From: "Leo.C.Wu" Date: Wed, 15 Jul 2015 10:45:27 +0800 Subject: [PATCH] fix lsf plugin execution order issue --- xCAT-server/lib/xcat/plugins/profilednodes.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/profilednodes.pm b/xCAT-server/lib/xcat/plugins/profilednodes.pm index 02c5cab97..69067866a 100644 --- a/xCAT-server/lib/xcat/plugins/profilednodes.pm +++ b/xCAT-server/lib/xcat/plugins/profilednodes.pm @@ -1047,7 +1047,7 @@ Usage: } setrsp_progress("Re-creating nodes..."); - $retref = xCAT::Utils->runxcmd({command=>["kitnodeadd"], node=>$nodes, macflag=>[1]}, $request_command, 0, 2); + $retref = xCAT::Utils->runxcmd({command=>["kitnodeadd"], node=>$nodes, sequential=>[1], macflag=>[1]}, $request_command, 0, 2); $retstrref = parse_runxcmd_ret($retref); if ($::RUNCMD_RC != 0){ setrsp_progress("Warning: failed to call kit commands.");