Signed-off-by: Guido Trotter <[email protected]>
---
lib/client/gnt_cluster.py | 2 +-
lib/cmdlib.py | 2 --
2 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/lib/client/gnt_cluster.py b/lib/client/gnt_cluster.py
index dec37dc..f7a2560 100644
--- a/lib/client/gnt_cluster.py
+++ b/lib/client/gnt_cluster.py
@@ -478,7 +478,7 @@ def VerifyCluster(opts, args):
verbose=opts.verbose,
error_codes=opts.error_codes,
debug_simulate_errors=simulate)
- jex.QueueJob('group ' + group, op)
+ jex.QueueJob("group " + group, op)
results = jex.GetResults()
success &= compat.all(r[1][0] for r in results)
diff --git a/lib/cmdlib.py b/lib/cmdlib.py
index bdcc2fe..98a056c 100644
--- a/lib/cmdlib.py
+++ b/lib/cmdlib.py
@@ -1406,7 +1406,6 @@ class LUClusterVerifyConfig(NoHooksLU, _VerifyErrors):
"""Verifies the cluster config.
"""
-
REQ_BGL = False
def _VerifyHVP(self, hvp_data):
@@ -1492,7 +1491,6 @@ class LUClusterVerifyGroup(LogicalUnit, _VerifyErrors):
"""Verifies the status of a node group.
"""
-
HPATH = "cluster-verify"
HTYPE = constants.HTYPE_CLUSTER
REQ_BGL = False
--
1.7.2.5