[("early_release", False, ht.TBool, "Whether to release locks as soon
as possible"), ("node_name", None, ht.TNonEmptyString, "A required nod
e name (for single-node LUs)"), ("node_uuid", None, ht.TMaybe(ht.TNonE
mptyString), "A node UUID (for single-node LUs)"), ("remote_node", Non
e, ht.TMaybe(ht.TNonEmptyString), "New secondary node"), ("remote_node
_uuid", None, ht.TMaybe(ht.TNonEmptyString), "New secondary node UUID"
), ("iallocator", None, ht.TMaybe(ht.TNonEmptyString), "Iallocator for
deciding the target node for shared-storage instances"), ("mode", Non
...
|