It did nothing useful, was undocumented, and caused VerifyCluster to raise a TypeError.
Signed-off-by: Brian Foley <[email protected]> --- lib/client/gnt_cluster.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/client/gnt_cluster.py b/lib/client/gnt_cluster.py index 86b20f2..82398fd 100644 --- a/lib/client/gnt_cluster.py +++ b/lib/client/gnt_cluster.py @@ -2481,8 +2481,7 @@ commands = { "verify": ( VerifyCluster, ARGS_NONE, [VERBOSE_OPT, DEBUG_SIMERR_OPT, ERROR_CODES_OPT, NONPLUS1_OPT, - DRY_RUN_OPT, PRIORITY_OPT, NODEGROUP_OPT, IGNORE_ERRORS_OPT, - VERIFY_CLUTTER_OPT], + PRIORITY_OPT, NODEGROUP_OPT, IGNORE_ERRORS_OPT, VERIFY_CLUTTER_OPT], "", "Does a check on the cluster configuration"), "verify-disks": ( VerifyDisks, ARGS_NONE, [PRIORITY_OPT, NODEGROUP_OPT], -- 2.6.0.rc2.230.g3dd15c0
