[("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)"), ("force", False,
ht.TBool, "Whether to force the operation"), ("ignore_offline_nodes",
False, ht.TBool, "Whether to ignore offline nodes"), ("hvparams", {},
ht.TObject(ht.TAny), "Temporary hypervisor parameters, hypervisor-dep
endent"), ("beparams", {}, ht.TObject(ht.TAny), "Temporary backend par
ameters"), ("no_remember", False, ht.TBool, "Do not remember instance
...
|