Revision 14e9e7f3 scripts/gnt-cluster

b/scripts/gnt-cluster
625 625
                  " to the nodes in the cluster"),
626 626
  'verify': (VerifyCluster, ARGS_NONE,
627 627
             [DEBUG_OPT, VERBOSE_OPT, DEBUG_SIMERR_OPT,
628
              cli_option("--error-codes", dest="error_codes",
629
                         help="Enable parseable error messages",
630
                         action="store_true", default=False),
631
              cli_option("--no-nplus1-mem", dest="skip_nplusone_mem",
632
                         help="Skip N+1 memory redundancy tests",
633
                         action="store_true", default=False),
634
              ],
628
              ERROR_CODES_OPT, NONPLUS1_OPT],
635 629
             "", "Does a check on the cluster configuration"),
636 630
  'verify-disks': (VerifyDisks, ARGS_NONE, [DEBUG_OPT],
637 631
                   "", "Does a check on the cluster disk status"),

Also available in: Unified diff