[("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)"), ("wait_for_sync"
, True, ht.TBool, "Whether to wait for the disk to synchronize"), ("di
sk", None, ht.TDiskIndex, "Disk index for e.g. grow disk"), ("amount",
None, ht.TNonNegative(ht.TInt), "Disk amount to add or grow to"), ("a
bsolute", False, ht.TBool, "Whether the amount parameter is an absolut
e target or a relative one"), ("ignore_ipolicy", False, ht.TBool, "Whe
...
|