[("node_name", None, ht.TNonEmptyString, "A required node name (for si
ngle-node LUs)"), ("node_uuid", None, ht.TMaybe(ht.TNonEmptyString), "
A node UUID (for single-node LUs)"), ("force", False, ht.TBool, "Wheth
er to force the operation"), ("hv_state", None, ht.TMaybe(ht.TObject(h
t.TAny)), "Set hypervisor states"), ("disk_state", None, ht.TMaybe(ht.
TObject(ht.TAny)), "Set disk states"), ("master_candidate", None, ht.T
Maybe(ht.TBool), "Whether the node should become a master candidate"),
("offline", None, ht.TMaybe(ht.TBool), "Whether to mark the node offl
...
|