a4b7225874
Changed volume_driver parameter values and added the new iscsi_protocol paremter to the LVM iSCSI/iSER documentations. Closes-Bug: #1423255 Change-Id: Ie7413eded3aea9c6cad334410b9ee9fe21260c62
26 lines
1.0 KiB
XML
26 lines
1.0 KiB
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> configuration file, and use the following
|
|
options to configure for iSCSI transport:
|
|
</para>
|
|
<programlisting language="ini">
|
|
volume_driver = cinder.volume.drivers.lvm.LVMVolumeDriver
|
|
iscsi_protocol = iscsi
|
|
</programlisting>
|
|
<para>Use the following options to configure for the iSER transport:</para>
|
|
<programlisting language="ini">
|
|
volume_driver = cinder.volume.drivers.lvm.LVMVolumeDriver
|
|
iscsi_protocol = iser
|
|
</programlisting>
|
|
<xi:include href="../../../common/tables/cinder-lvm.xml"/>
|
|
</section>
|