Revision 93f2399e lib/client/gnt_cluster.py

b/lib/client/gnt_cluster.py
502 502
                               error_codes=opts.error_codes,
503 503
                               debug_simulate_errors=opts.simulate_errors,
504 504
                               skip_checks=skip_checks,
505
                               ignore_errors=opts.ignore_errors,
505 506
                               group_name=opts.nodegroup)
506 507
  result = SubmitOpCode(op, cl=cl, opts=opts)
507 508

  
......
1380 1381
  "verify": (
1381 1382
    VerifyCluster, ARGS_NONE,
1382 1383
    [VERBOSE_OPT, DEBUG_SIMERR_OPT, ERROR_CODES_OPT, NONPLUS1_OPT,
1383
     DRY_RUN_OPT, PRIORITY_OPT, NODEGROUP_OPT],
1384
     DRY_RUN_OPT, PRIORITY_OPT, NODEGROUP_OPT, IGNORE_ERRORS_OPT],
1384 1385
    "", "Does a check on the cluster configuration"),
1385 1386
  "verify-disks": (
1386 1387
    VerifyDisks, ARGS_NONE, [PRIORITY_OPT],

Also available in: Unified diff