[("instance_name", None, ht.TString, "A required instance name (for si
ngle-instance LUs)"), ("instance_uuid", None, ht.TMaybeString, "An ins
tance UUID (for single-instance LUs)"), ("early_release", False, ht.TB
ool, "Whether to release locks as soon as possible"), ("ignore_ipolicy
", False, ht.TBool, "Whether to ignore ipolicy violations"), ("mode",
None, ht.TReplaceDisksMode, "Replacement mode"), ("disks", [], ht.TLis
tOf(ht.TDiskIndex), "List of disk indices"), ("remote_node", None, ht.
TMaybeString, "New secondary node"), ("remote_node_uuid", None, ht.TMa
...
|