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
This commit is contained in:
Tom Fifield 2014-01-10 14:31:49 +08:00 committed by Andreas Jaeger
parent da069dc13f
commit 646a21a003
2 changed files with 21 additions and 2 deletions

View File

@ -0,0 +1,19 @@
<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>

View File

@ -12,8 +12,7 @@
>https://github.com/openstack/cinder</link>). To set a
volume driver, use the <literal>volume_driver</literal> flag.
The default is:</para>
<programlisting>volume_driver=cinder.volume.driver.ISCSIDriver
iscsi_helper=tgtadm</programlisting>
<programlisting>volume_driver=cinder.volume.drivers.lvm.LVMISCSIDriver</programlisting>
<xi:include href="drivers/ceph-rbd-volume-driver.xml"/>
<xi:include href="drivers/coraid-driver.xml"/>
<xi:include href="drivers/dell-equallogic-driver.xml"/>
@ -26,6 +25,7 @@ iscsi_helper=tgtadm</programlisting>
<xi:include href="drivers/ibm-xiv-volume-driver.xml"/>
<xi:include href="drivers/ibm-gpfs-volume-driver.xml"/>
<xi:include href="drivers/ibm-storwize-svc-driver.xml"/>
<xi:include href="drivers/lvm-volume-driver.xml"/>
<xi:include href="drivers/netapp-volume-driver.xml"/>
<xi:include href="drivers/nexenta-volume-driver.xml"/>
<xi:include href="drivers/nfs-volume-driver.xml"/>