[("instance_name", None, ht.TString, "A required instance name (for si
ngle-instance LUs)"), ("instance_uuid", None, ht.TMaybe(ht.TNonEmptySt
ring), "An instance UUID (for single-instance LUs)"), ("shutdown_timeo
ut", 120, ht.TNonNegative(ht.TInt), "How long to wait for instance to
shut down"), ("ignore_ipolicy", False, ht.TBool, "Whether to ignore ip
olicy violations"), ("target_node", None, ht.TNonEmptyString, "Target
node for instance move"), ("target_node_uuid", None, ht.TMaybe(ht.TNon
EmptyString), "Target node UUID for instance move"), ("compress", "non
...
|