Bug fix ID 3371100
the second parameter of command "imgexport" should be the full path of generated .tgz file (including path and name). To clarify this I revise its usage info. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10124 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -139,7 +139,7 @@ sub xexport { | ||||
| 		push@{ $rsp{data} }, "imgexport: Creates a tarball (bundle) of an existing xCAT image"; | ||||
| 		push@{ $rsp{data} }, "Usage: "; | ||||
| 		push@{ $rsp{data} }, "\timgexport [-h|--help]"; | ||||
| 		push@{ $rsp{data} }, "\timgexport <image_name> [directory] [[-e|--extra <file:dir> ] ... ] [-p|--postscripts <node_name>] [-v]"; | ||||
| 		push@{ $rsp{data} }, "\timgexport <image_name> [destination] [[-e|--extra <file:dir> ] ... ] [-p|--postscripts <node_name>] [-v]"; | ||||
| 		if($ec){ $rsp{errorcode} = $ec; } | ||||
| 		$callback->(\%rsp); | ||||
| 	}; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user