Make nodeset can pass parameter --noupdateinitrd to mkinstall command

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@16877 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
daniceexi 2013-07-04 05:17:03 +00:00
parent e7f9eadd1e
commit 19241bce05
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; }