Signed-off-by: Klaus Aehlig <[email protected]>
---
lib/client/gnt_cluster.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/client/gnt_cluster.py b/lib/client/gnt_cluster.py
index 031bfbf..d3c2026 100644
--- a/lib/client/gnt_cluster.py
+++ b/lib/client/gnt_cluster.py
@@ -786,7 +786,7 @@ def VerifyDisks(opts, args):
"""
cl = GetClient()
- op = opcodes.OpClusterVerifyDisks()
+ op = opcodes.OpClusterVerifyDisks(group_name=opts.nodegroup)
result = SubmitOpCode(op, cl=cl, opts=opts)
@@ -2334,7 +2334,7 @@ commands = {
VERIFY_CLUTTER_OPT],
"", "Does a check on the cluster configuration"),
"verify-disks": (
- VerifyDisks, ARGS_NONE, [PRIORITY_OPT],
+ VerifyDisks, ARGS_NONE, [PRIORITY_OPT, NODEGROUP_OPT],
"", "Does a check on the cluster disk status"),
"repair-disk-sizes": (
RepairDiskSizes, ARGS_MANY_INSTANCES, [DRY_RUN_OPT, PRIORITY_OPT],
--
2.2.0.rc0.207.ga3a616c