Skip to content
Snippets Groups Projects
Commit 12515db7 authored by Manuel Franceschini's avatar Manuel Franceschini
Browse files

Add OpSetClusterParams to opcodes

Reviewed-by: iustinp
parent efa14262
No related merge requests found
......@@ -224,6 +224,12 @@ class OpRenameCluster(OpCode):
__slots__ = ["name"]
class OpSetClusterParams(OpCode):
"""Change the parameters of the cluster."""
OP_ID = "OP_CLUSTER_SET_PARAMS"
__slots__ = ["vg_name"]
# node opcodes
class OpRemoveNode(OpCode):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment