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

Map OpSetClusterParams to correponding LU

Reviewed-by: iustinp
parent 12515db7
No related branches found
No related tags found
No related merge requests found
......@@ -53,6 +53,7 @@ class Processor(object):
opcodes.OpDumpClusterConfig: cmdlib.LUDumpClusterConfig,
opcodes.OpRenameCluster: cmdlib.LURenameCluster,
opcodes.OpVerifyDisks: cmdlib.LUVerifyDisks,
opcodes.OpSetClusterParams: cmdlib.LUSetClusterParams,
# node lu
opcodes.OpAddNode: cmdlib.LUAddNode,
opcodes.OpQueryNodes: cmdlib.LUQueryNodes,
......
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