[("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)"), ("wait_for_sync", True, ht.TBo
ol, "Whether to wait for the disk to synchronize"), ("disk", None, ht.
TDiskIndex, "Disk index for e.g. grow disk"), ("amount", None, ht.TNon
Negative(ht.TInt), "Disk amount to add or grow to"), ("absolute", Fals
e, ht.TBool, "Whether the amount parameter is an absolute target or a
relative one"), ("ignore_ipolicy", False, ht.TBool, "Whether to ignore
...
|