Revision dd47a0f0 lib/client/gnt_debug.py
b/lib/client/gnt_debug.py | ||
---|---|---|
164 | 164 |
name=args[0], |
165 | 165 |
evac_nodes=args, |
166 | 166 |
instances=args, |
167 |
mem_size=opts.mem,
|
|
167 |
memory=opts.memory,
|
|
168 | 168 |
disks=disks, |
169 | 169 |
disk_template=opts.disk_template, |
170 | 170 |
nics=nic_dict, |
... | ... | |
568 | 568 |
choices=list(constants.VALID_IALLOCATOR_MODES), |
569 | 569 |
help=("Request mode (one of %s)" % |
570 | 570 |
utils.CommaJoin(constants.VALID_IALLOCATOR_MODES))), |
571 |
cli_option("--mem", default=128, type="unit", |
|
571 |
cli_option("--memory", default=128, type="unit",
|
|
572 | 572 |
help="Memory size for the instance (MiB)"), |
573 | 573 |
cli_option("--disks", default="4096,4096", |
574 | 574 |
help="Comma separated list of disk sizes (MiB)"), |
Also available in: Unified diff