Revision bb851c63 lib/client/gnt_instance.py
b/lib/client/gnt_instance.py | ||
---|---|---|
883 | 883 |
|
884 | 884 |
op = opcodes.OpInstanceMove(instance_name=instance_name, |
885 | 885 |
target_node=opts.node, |
886 |
shutdown_timeout=opts.shutdown_timeout) |
|
886 |
shutdown_timeout=opts.shutdown_timeout, |
|
887 |
ignore_consistency=opts.ignore_consistency) |
|
887 | 888 |
SubmitOrSend(op, opts, cl=cl) |
888 | 889 |
return 0 |
889 | 890 |
|
... | ... | |
1399 | 1400 |
'move': ( |
1400 | 1401 |
MoveInstance, ARGS_ONE_INSTANCE, |
1401 | 1402 |
[FORCE_OPT, SUBMIT_OPT, SINGLE_NODE_OPT, SHUTDOWN_TIMEOUT_OPT, |
1402 |
DRY_RUN_OPT, PRIORITY_OPT], |
|
1403 |
DRY_RUN_OPT, PRIORITY_OPT, IGNORE_CONSIST_OPT],
|
|
1403 | 1404 |
"[-f] <instance>", "Move instance to an arbitrary node" |
1404 | 1405 |
" (only for instances of type file and lv)"), |
1405 | 1406 |
'info': ( |
Also available in: Unified diff