Revision d6033c14

b/man/gnt-group.rst
27 27
| [--node-parameters=*NDPARAMS*]
28 28
| [--alloc-policy=*POLICY*]
29 29
| [{-D|--disk-parameters} *disk-template*:*disk-param*=*value* [,*disk-param*=*value*...]]
30
| [--specs-cpu-count *spec-param*=*value* [,*spec-param*=*value*...]]
31
| [--specs-disk-count *spec-param*=*value* [,*spec-param*=*value*...]]
32
| [--specs-disk-size *spec-param*=*value* [,*spec-param*=*value*...]]
33
| [--specs-mem-size *spec-param*=*value* [,*spec-param*=*value*...]]
34
| [--specs-nic-count *spec-param*=*value* [,*spec-param*=*value*...]]
30 35
| {*group*}
31 36

  
32 37
Creates a new group with the given name. The node group will be
......
58 63
**gnt-cluster add** in **gnt-cluster**(8) for more information about
59 64
disk parameters
60 65

  
66
The ``--specs-..`` options specify instance policy on the cluster. Each
67
option can have two values: ``min`` and ``max``.
68
``--specs-cpu-count`` sets the number of VCPUs that can be used by an
69
instance.
70
``--specs-disk-count`` sets the number of disks
71
``--specs-disk-size`` limits the disk size for every disk used
72
``--specs-mem-size`` limits the amount of memory available
73
``--specs-nic-count`` sets limits on the amount of nics used
74

  
61 75
ASSIGN-NODES
62 76
~~~~~~~~~~~~
63 77

  
......
83 97
| [--hypervisor-state *hvstate*]
84 98
| [{-D|--disk-parameters} *disk-template*:*disk-param*=*value* [,*disk-param*=*value*...]]
85 99
| [--disk-state *diskstate*]
100
| [--specs-cpu-count *spec-param*=*value* [,*spec-param*=*value*...]]
101
| [--specs-disk-count *spec-param*=*value* [,*spec-param*=*value*...]]
102
| [--specs-disk-size *spec-param*=*value* [,*spec-param*=*value*...]]
103
| [--specs-mem-size *spec-param*=*value* [,*spec-param*=*value*...]]
104
| [--specs-nic-count *spec-param*=*value* [,*spec-param*=*value*...]]
86 105
| {*group*}
87 106

  
88 107
Modifies some parameters from the node group.
......
91 110
in the **add** command above. ``--hypervisor-state`` as well as
92 111
``--disk-state`` are documented in detail in **ganeti**(7).
93 112

  
94
The ``--node-parameters``, ``--alloc-policy`` and ``-D
95
(--disk-parameters)`` options are documented in the **add** command
96
above.
113
The ``--node-parameters``, ``--alloc-policy``, ``-D
114
(--disk-parameters)`` and ``--specs-..`` options are documented in the
115
**add** command above.
97 116

  
98 117
REMOVE
99 118
~~~~~~

Also available in: Unified diff