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:
parent
da069dc13f
commit
646a21a003
@ -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>
|
@ -12,8 +12,7 @@
|
|||||||
>https://github.com/openstack/cinder</link>). To set a
|
>https://github.com/openstack/cinder</link>). To set a
|
||||||
volume driver, use the <literal>volume_driver</literal> flag.
|
volume driver, use the <literal>volume_driver</literal> flag.
|
||||||
The default is:</para>
|
The default is:</para>
|
||||||
<programlisting>volume_driver=cinder.volume.driver.ISCSIDriver
|
<programlisting>volume_driver=cinder.volume.drivers.lvm.LVMISCSIDriver</programlisting>
|
||||||
iscsi_helper=tgtadm</programlisting>
|
|
||||||
<xi:include href="drivers/ceph-rbd-volume-driver.xml"/>
|
<xi:include href="drivers/ceph-rbd-volume-driver.xml"/>
|
||||||
<xi:include href="drivers/coraid-driver.xml"/>
|
<xi:include href="drivers/coraid-driver.xml"/>
|
||||||
<xi:include href="drivers/dell-equallogic-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-xiv-volume-driver.xml"/>
|
||||||
<xi:include href="drivers/ibm-gpfs-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/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/netapp-volume-driver.xml"/>
|
||||||
<xi:include href="drivers/nexenta-volume-driver.xml"/>
|
<xi:include href="drivers/nexenta-volume-driver.xml"/>
|
||||||
<xi:include href="drivers/nfs-volume-driver.xml"/>
|
<xi:include href="drivers/nfs-volume-driver.xml"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user