Revision dbc6f6dd

b/man/gnt-cluster.rst
162 162
| [\--master-netmask *netmask*]
163 163
| [\--use-external-mip-script {yes \| no}]
164 164
| [{-m|\--mac-prefix} *mac-prefix*]
165
| [\--no-lvm-storage]
166 165
| [\--no-etc-hosts]
167 166
| [\--no-ssh-init]
168 167
| [\--file-storage-dir *dir*]
......
219 218
disks. This volume group must have the same name on all nodes. Once
220 219
the cluster is initialized this can be altered by using the
221 220
**modify** command. If you don't want to use lvm storage at all use
222
the ``--no-lvm-storage`` option. Once the cluster is initialized
221
the ``--enabled-disk-template`` option to restrict the set of enabled
222
disk templates. Once the cluster is initialized
223 223
you can change this setup with the **modify** command.
224 224

  
225 225
The ``--master-netdev`` option is useful for specifying a different
......
243 243
generated. The prefix must be specified in the format ``XX:XX:XX`` and
244 244
the default is ``aa:00:00``.
245 245

  
246
The ``--no-lvm-storage`` option allows you to initialize the
247
cluster without lvm support. This means that only instances using
248
files as storage backend will be possible to create. Once the
249
cluster is initialized you can change this setup with the
250
**modify** command.
251

  
252 246
The ``--no-etc-hosts`` option allows you to initialize the cluster
253 247
without modifying the /etc/hosts file.
254 248

  
......
557 551

  
558 552
| **modify** [\--submit]
559 553
| [\--vg-name *vg-name*]
560
| [\--no-lvm-storage]
561 554
| [\--enabled-hypervisors *hypervisors*]
562 555
| [{-H|\--hypervisor-parameters} *hypervisor*:*hv-param*=*value*[,*hv-param*=*value*...]]
563 556
| [{-B|\--backend-parameters} *be-param*=*value*[,*be-param*=*value*...]]
......
588 581

  
589 582
Modify the options for the cluster.
590 583

  
591
The ``--vg-name``, ``--no-lvm-storage``, ``--enabled-hypervisors``,
592
``-H (--hypervisor-parameters)``, ``-B (--backend-parameters)``,
593
``-D (--disk-parameters)``, ``--nic-parameters``, ``-C
594
(--candidate-pool-size)``, ``--maintain-node-health``,
584
The ``--vg-name``, ``--enabled-hypervisors``, ``-H (--hypervisor-parameters)``,
585
``-B (--backend-parameters)``, ``-D (--disk-parameters)``, ``--nic-parameters``,
586
``-C (--candidate-pool-size)``, ``--maintain-node-health``,
595 587
``--prealloc-wipe-disks``, ``--uid-pool``, ``--node-parameters``,
596 588
``--master-netdev``, ``--master-netmask``, ``--use-external-mip-script``,
597 589
and ``--enabled-disk-templates`` options are described in the **init**

Also available in: Unified diff