Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
snf-ganeti
Commits
12515db7
Commit
12515db7
authored
Mar 31, 2008
by
Manuel Franceschini
Browse files
Add OpSetClusterParams to opcodes
Reviewed-by: iustinp
parent
efa14262
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/opcodes.py
View file @
12515db7
...
...
@@ -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
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment