Revision 2afd577f lib/client/gnt_node.py

b/lib/client/gnt_node.py
232 232

  
233 233
  return GenericList(constants.QR_NODE, selected_fields, args, opts.units,
234 234
                     opts.separator, not opts.no_headers,
235
                     format_override=fmtoverride, verbose=opts.verbose)
235
                     format_override=fmtoverride, verbose=opts.verbose,
236
                     force_filter=opts.force_filter)
236 237

  
237 238

  
238 239
def ListNodeFields(opts, args):
......
835 836
    "[<node_name>...]", "Show information about the node(s)"),
836 837
  'list': (
837 838
    ListNodes, ARGS_MANY_NODES,
838
    [NOHDR_OPT, SEP_OPT, USEUNITS_OPT, FIELDS_OPT, VERBOSE_OPT],
839
    [NOHDR_OPT, SEP_OPT, USEUNITS_OPT, FIELDS_OPT, VERBOSE_OPT,
840
     FORCE_FILTER_OPT],
839 841
    "[nodes...]",
840 842
    "Lists the nodes in the cluster. The available fields can be shown using"
841 843
    " the \"list-fields\" command (see the man page for details)."

Also available in: Unified diff