Revision a52ba89d tools/burnin

b/tools/burnin
101 101
OPTIONS = [
102 102
  cli.cli_option("-o", "--os", dest="os", default=None,
103 103
                 help="OS to use during burnin",
104
                 metavar="<OS>"),
104
                 metavar="<OS>",
105
                 completion_suggest=cli.OPT_COMPL_ONE_OS),
105 106
  cli.cli_option("--disk-size", dest="disk_size",
106 107
                 help="Disk size (determines disk count)",
107 108
                 default="128m", type="string", metavar="<size,size,...>",
......
165 166
                 help="Disk template (diskless, file, plain or drbd) [drbd]"),
166 167
  cli.cli_option("-n", "--nodes", dest="nodes", default="",
167 168
                 help=("Comma separated list of nodes to perform"
168
                       " the burnin on (defaults to all nodes)")),
169
                       " the burnin on (defaults to all nodes)"),
170
                 completion_suggest=cli.OPT_COMPL_MANY_NODES),
169 171
  cli.cli_option("-I", "--iallocator", dest="iallocator",
170 172
                 default=None, type="string",
171 173
                 help=("Perform the allocation using an iallocator"
172 174
                       " instead of fixed node spread (node restrictions no"
173 175
                       " longer apply, therefore -n/--nodes must not be"
174
                       " used")),
176
                       " used"),
177
                 completion_suggest=cli.OPT_COMPL_ONE_IALLOCATOR),
175 178
  cli.cli_option("-p", "--parallel", default=False, action="store_true",
176 179
                 dest="parallel",
177 180
                 help=("Enable parallelization of some operations in"

Also available in: Unified diff