Revision ce735215 scripts/gnt-cluster

b/scripts/gnt-cluster
123 123
                        enabled_hypervisors=hvlist,
124 124
                        default_hypervisor=opts.default_hypervisor,
125 125
                        hvparams=hvparams,
126
                        beparams=beparams)
126
                        beparams=beparams,
127
                        candidate_pool_size=opts.candidate_pool_size,
128
                        )
127 129
  return 0
128 130

  
129 131

  
......
570 572
            keyval_option("-B", "--backend-parameters", dest="beparams",
571 573
                          type="keyval", default={},
572 574
                          help="Backend parameters"),
575
            make_option("-C", "--candidate-pool-size",
576
                        default=constants.MASTER_POOL_SIZE_DEFAULT,
577
                        help="Set the candidate pool size",
578
                        dest="candidate_pool_size", type="int"),
573 579
            ],
574 580
           "[opts...] <cluster_name>",
575 581
           "Initialises a new cluster configuration"),

Also available in: Unified diff