Revision 0ce212e5 man/gnt-cluster.rst

b/man/gnt-cluster.rst
190 190
| [--specs-disk-size *spec-param*=*value* [,*spec-param*=*value*...]]
191 191
| [--specs-mem-size *spec-param*=*value* [,*spec-param*=*value*...]]
192 192
| [--specs-nic-count *spec-param*=*value* [,*spec-param*=*value*...]]
193
| [--specs-disk-templates *template* [,*template*...]]
193 194
| [--disk-state *diskstate*]
194 195
| [--hypervisor-state *hvstate*]
195 196
| {*clustername*}
......
371 372
list of key-value pairs. These parameters can only be specified at
372 373
cluster and node group level; the cluster-level parameter are inherited
373 374
by the node group at the moment of its creation, and can be further
374
modified at node group level using the **gnt-group**(8) command. 
375
modified at node group level using the **gnt-group**(8) command.
375 376

  
376 377
The following is the list of disk parameters available for the **drbd**
377 378
template, with measurement units specified in square brackets at the end
......
483 484
that the master will try to keep as master\_candidates. For more
484 485
details about this role and other node roles, see the ganeti(7).
485 486

  
486
The ``--specs-..`` options specify instance policy on the cluster. Each
487
option can have three values: ``min``, ``max`` and ``std``, which can
488
also be modified on group level (except for ``std``, which is defined
489
once for the entire cluster). Please note, that ``std`` values are not
490
the same as defaults set by ``--beparams``.
491
``--specs-cpu-count`` sets the number of VCPUs that can be used by an
492
instance.
493
``--specs-disk-count`` sets the number of disks
494
``--specs-disk-size`` limits the disk size for every disk used
495
``--specs-mem-size`` limits the amount of memory available
496
``--specs-nic-count`` sets limits on the amount of nics used
487
The ``--specs-...`` options specify instance policy on the
488
cluster. Except for the ``disk-templates`` option, each option can have
489
three values: ``min``, ``max`` and ``std``, which can also be modified
490
on group level (except for ``std``, which is defined once for the entire
491
cluster). Please note, that ``std`` values are not the same as defaults
492
set by ``--beparams``, but they are used for the capacity calculations.
493

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

  
498 503
For details about how to use ``--hypervisor-state`` and ``--disk-state``
499 504
have a look at **ganeti**(7).
......
565 570
| [--specs-disk-size *spec-param*=*value* [,*spec-param*=*value*...]]
566 571
| [--specs-mem-size *spec-param*=*value* [,*spec-param*=*value*...]]
567 572
| [--specs-nic-count *spec-param*=*value* [,*spec-param*=*value*...]]
573
| [--specs-disk-templates *template* [,*template*...]]
568 574

  
569 575

  
570 576
Modify the options for the cluster.
......
601 607
command. To clear the default iallocator, just pass an empty string
602 608
('').
603 609

  
604
The ``--specs-..`` options are described in the **init** command.
610
The ``--specs-...`` options are described in the **init** command.
605 611

  
606 612
QUEUE
607 613
~~~~~

Also available in: Unified diff