[Install Guide] fix LVM configuration
LVM must be configured in [lvm] section, not in [DEFAULT] section. Clarify user must create [lvm] section if it does not exist. Change-Id: I81dd41183fcf5ac60a231e6a002923e3af83f288 Closes-bug: 1632565
This commit is contained in:
parent
af4df2c0a2
commit
f9c1837d20
@ -308,15 +308,15 @@ Install and configure components
|
||||
|
||||
.. only:: rdo
|
||||
|
||||
* In the ``[DEFAULT]`` section, configure the LVM back end with the
|
||||
* In the ``[lvm]`` section, configure the LVM back end with the
|
||||
LVM driver, ``cinder-volumes`` volume group, iSCSI protocol,
|
||||
and appropriate iSCSI service:
|
||||
and appropriate iSCSI service. If the ``[lvm]`` section does not exist,
|
||||
create it:
|
||||
|
||||
.. path /etc/cinder/cinder.conf
|
||||
.. code-block:: ini
|
||||
|
||||
[DEFAULT]
|
||||
...
|
||||
[lvm]
|
||||
volume_driver = cinder.volume.drivers.lvm.LVMVolumeDriver
|
||||
volume_group = cinder-volumes
|
||||
iscsi_protocol = iscsi
|
||||
|
Loading…
x
Reference in New Issue
Block a user