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:
		| @@ -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 | ||||
|   | ||||
| @@ -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 | ||||
|   | ||||
| @@ -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; } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user