Make nodeset can pass parameter --noupdateinitrd to mkinstall command

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@16878 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
daniceexi 2013-07-04 05:20:16 +00:00
parent d3f0f4013f
commit 01d68774a2
3 changed files with 3 additions and 3 deletions

View File

@ -482,7 +482,7 @@ sub process_request {
$sub_req->({command=>['setdestiny'],
node=>\@nodes,
inittime=>[$inittime],
arg=>[$args[0]]},\&pass_along);
arg=>\@args},\&pass_along);
}
if ($errored) { return; }
#Time to actually configure the nodes, first extract database data with the scalable calls

View File

@ -503,7 +503,7 @@ sub process_request {
$sub_req->({command=>['setdestiny'],
node=>\@nodes,
inittime=>[$inittime],
arg=>[$args[0]]},\&pass_along);
arg=>\@args},\&pass_along);
}
if ($errored) { return; }
#Time to actually configure the nodes, first extract database data with the scalable calls

View File

@ -504,7 +504,7 @@ sub process_request {
$sub_req->({command=>['setdestiny'],
node=>\@nodes,
inittime=>[$inittime],
arg=>[$args[0]]},\&pass_along);
arg=>\@args},\&pass_along);
}
if ($errored) { return; }