Revision e37c5129 man/gnt-cluster.rst

b/man/gnt-cluster.rst
185 185
| [--prealloc-wipe-disks {yes \| no}]
186 186
| [--node-parameters *ndparams*]
187 187
| [{-C|--candidate-pool-size} *candidate\_pool\_size*]
188
| [--specs-cpu-count *spec-param*=*value* [,*spec-param*=*value*...]]
189
| [--specs-disk-count *spec-param*=*value* [,*spec-param*=*value*...]]
190
| [--specs-disk-size *spec-param*=*value* [,*spec-param*=*value*...]]
191
| [--specs-mem-size *spec-param*=*value* [,*spec-param*=*value*...]]
192
| [--specs-nic-count *spec-param*=*value* [,*spec-param*=*value*...]]
188 193
| {*clustername*}
189 194

  
190 195
This commands is only run once initially on the first node of the
......
448 453
that the master will try to keep as master\_candidates. For more
449 454
details about this role and other node roles, see the ganeti(7).
450 455

  
456
The ``--specs-..`` options specify instance policy on the cluster. Each
457
option can have three values: ``min``, ``max`` and ``std``, which can
458
also be modified on group level (except for ``std``, which is defined
459
once for the entire cluster). Please note, that ``std`` values are not
460
the same as defaults set by ``--beparams``.
461
``--specs-cpu-count`` sets the number of VCPUs that can be used by an
462
instance.
463
``--specs-disk-count`` sets the number of disks
464
``--specs-disk-size`` limits the disk size for every disk used
465
``--specs-mem-size`` limits the amount of memory available
466
``--specs-nic-count`` sets limits on the amount of nics used
467

  
451 468
LIST-TAGS
452 469
~~~~~~~~~
453 470

  
......
510 527
| [--use-external-mip-script {yes \| no}]
511 528
| [--hypervisor-state *hvstate*]
512 529
| [--disk-state *diskstate*]
530
| [--specs-cpu-count *spec-param*=*value* [,*spec-param*=*value*...]]
531
| [--specs-disk-count *spec-param*=*value* [,*spec-param*=*value*...]]
532
| [--specs-disk-size *spec-param*=*value* [,*spec-param*=*value*...]]
533
| [--specs-mem-size *spec-param*=*value* [,*spec-param*=*value*...]]
534
| [--specs-nic-count *spec-param*=*value* [,*spec-param*=*value*...]]
535

  
513 536

  
514 537
Modify the options for the cluster.
515 538

  
......
545 568
command. To clear the default iallocator, just pass an empty string
546 569
('').
547 570

  
571
The ``--specs-..`` options are described in the **init** command.
572

  
548 573
QUEUE
549 574
~~~~~
550 575

  

Also available in: Unified diff