LGTM, thanks On Tue, 19 Jan 2016 at 11:20 'Brian Foley' via ganeti-devel < [email protected]> wrote:
> 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 > > -- Helga Velroyen Software Engineer [email protected] Google Germany GmbH Erika-Mann-Strasse 33 80636 München Geschäftsführer: Matthew Scott Sucherman, Paul Terence Manicle Registergericht und -nummer: Hamburg, HRB 86891 Sitz der Gesellschaft: Hamburg Diese E-Mail ist vertraulich. Wenn Sie nicht der richtige Adressat sind, leiten Sie diese bitte nicht weiter, informieren Sie den Absender und löschen Sie die E-Mail und alle Anhänge. Vielen Dank. This e-mail is confidential. If you are not the right addressee please do not forward it, please inform the sender, and please erase this e-mail including any attachments. Thanks.
