X-Git-Url: https://code.grnet.gr/git/ganeti-local/blobdiff_plain/12da663a56ef48b7adf561526bdf6374bd0491e6..2afd577f31466a474255287abaafcad977143170:/lib/client/gnt_group.py diff --git a/lib/client/gnt_group.py b/lib/client/gnt_group.py index 23d2550..9395875 100644 --- a/lib/client/gnt_group.py +++ b/lib/client/gnt_group.py @@ -1,7 +1,7 @@ # # -# Copyright (C) 2010 Google Inc. +# Copyright (C) 2010, 2011 Google Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -101,7 +101,7 @@ def ListGroups(opts, args): return GenericList(constants.QR_GROUP, desired_fields, args, None, opts.separator, not opts.no_headers, - format_override=fmtoverride) + format_override=fmtoverride, verbose=opts.verbose) def ListGroupFields(opts, args): @@ -121,7 +121,7 @@ def ListGroupFields(opts, args): def SetGroupParams(opts, args): """Modifies a node group's parameters. - @param opts: the command line options seletect by the user + @param opts: the command line options selected by the user @type args: list @param args: should contain only one element, the node group name @@ -189,7 +189,7 @@ commands = { " ...", "Assign nodes to a group"), "list": ( ListGroups, ARGS_MANY_GROUPS, - [NOHDR_OPT, SEP_OPT, FIELDS_OPT], + [NOHDR_OPT, SEP_OPT, FIELDS_OPT, VERBOSE_OPT], "[...]", "Lists the node groups in the cluster. The available fields can be shown" " using the \"list-fields\" command (see the man page for details)."