openstack-manuals/doc/config-reference/block-storage/drivers/lvm-volume-driver.xml
Tom Fifield 646a21a003 Add section for LVM driver
The config reference was missing a section for the default driver,
LVM. This adds a new section, with the config options needed to use
it and fixes the incorrect mention in the section lead-in.

Closes-Bug 1208205

Change-Id: Idefab5dbd69c37d637bc2a3f75880d8e341379ee
2014-01-11 09:56:28 +01:00

20 lines
892 B
XML

<section xml:id="lvm-volume-driver"
xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink"
version="5.0">
<title>LVM</title>
<para>The default volume back-end uses local volumes managed by LVM.</para>
<para>This driver supports different transport protocols to attach
volumes, currently ISCSI and ISER.</para>
<para>
Set the following in your
<filename>cinder.conf</filename>, and use the following options to
configure for ISCSI transport:
</para>
<programlisting language="ini">volume_driver=cinder.volume.drivers.lvm.ISCSIDriver</programlisting>
<para>and for the ISER transport:</para>
<programlisting language="ini">volume_driver=cinder.volume.drivers.lvm.ISERDriver</programlisting>
<xi:include href="../../../common/tables/cinder-lvm.xml"/>
</section>