From 0cc05d44389c12e7bded2a198dc1166cd46522a6 Mon Sep 17 00:00:00 2001
From: Manuel Franceschini <manuel.franceschini@gmail.com>
Date: Mon, 31 Mar 2008 11:00:24 +0000
Subject: [PATCH] Map OpSetClusterParams to correponding LU

Reviewed-by: iustinp
---
 lib/mcpu.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/mcpu.py b/lib/mcpu.py
index f7f03ea61..8022829b3 100644
--- a/lib/mcpu.py
+++ b/lib/mcpu.py
@@ -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,
-- 
GitLab