Revision d04c9d45 man/gnt-cluster.rst

b/man/gnt-cluster.rst
193 193
| [--specs-disk-size *spec-param*=*value* [,*spec-param*=*value*...]]
194 194
| [--specs-mem-size *spec-param*=*value* [,*spec-param*=*value*...]]
195 195
| [--specs-nic-count *spec-param*=*value* [,*spec-param*=*value*...]]
196
| [--specs-disk-templates *template* [,*template*...]]
196
| [--ipol-disk-templates *template* [,*template*...]]
197 197
| [--disk-state *diskstate*]
198 198
| [--hypervisor-state *hvstate*]
199 199
| {*clustername*}
......
487 487
that the master will try to keep as master\_candidates. For more
488 488
details about this role and other node roles, see the ganeti(7).
489 489

  
490
The ``--specs-...`` options specify instance policy on the
491
cluster. Except for the ``disk-templates`` option, each option can have
492
three values: ``min``, ``max`` and ``std``, which can also be modified
493
on group level (except for ``std``, which is defined once for the entire
494
cluster). Please note, that ``std`` values are not the same as defaults
495
set by ``--beparams``, but they are used for the capacity calculations.
490
The ``--specs-...`` and ``--ipol-disk-templates`` options specify
491
instance policy on the cluster. For the ``--specs-...`` options, each
492
option can have three values: ``min``, ``max`` and ``std``, which can
493
also be modified on group level (except for ``std``, which is defined
494
once for the entire cluster). Please note, that ``std`` values are not
495
the same as defaults set by ``--beparams``, but they are used for the
496
capacity calculations. The ``--ipol-disk-templates`` option takes a
497
comma-separated list of disk templates.
496 498

  
497 499
- ``--specs-cpu-count`` limits the number of VCPUs that can be used by an
498 500
  instance.
......
500 502
- ``--specs-disk-size`` limits the disk size for every disk used
501 503
- ``--specs-mem-size`` limits the amount of memory available
502 504
- ``--specs-nic-count`` sets limits on the number of NICs used
503
- ``--specs-disk-templates`` limits the allowed disk templates (no
504
  mix/std/max for this option)
505
- ``--ipol-disk-templates`` limits the allowed disk templates
505 506

  
506 507
For details about how to use ``--hypervisor-state`` and ``--disk-state``
507 508
have a look at **ganeti**(7).
......
573 574
| [--specs-disk-size *spec-param*=*value* [,*spec-param*=*value*...]]
574 575
| [--specs-mem-size *spec-param*=*value* [,*spec-param*=*value*...]]
575 576
| [--specs-nic-count *spec-param*=*value* [,*spec-param*=*value*...]]
576
| [--specs-disk-templates *template* [,*template*...]]
577
| [--ipol-disk-templates *template* [,*template*...]]
577 578

  
578 579

  
579 580
Modify the options for the cluster.
......
610 611
command. To clear the default iallocator, just pass an empty string
611 612
('').
612 613

  
613
The ``--specs-...`` options are described in the **init** command.
614
The ``--specs-...`` and ``--ipol-disk-templates`` options are described
615
in the **init** command.
614 616

  
615 617
QUEUE
616 618
~~~~~

Also available in: Unified diff