Changed Cinder LVM documentations

Changed volume_driver parameter values and added the new
iscsi_protocol paremter to the LVM iSCSI/iSER documentations.

Closes-Bug: #1423255

Change-Id: Ie7413eded3aea9c6cad334410b9ee9fe21260c62
This commit is contained in:
Aviram Bar-Haim 2015-04-15 18:43:40 +03:00 committed by Christian Berendt
parent 2fd573929f
commit a4b7225874

View File

@ -9,11 +9,17 @@
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:
<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.LVMISCSIDriver</programlisting>
<para>and for the iSER transport:</para>
<programlisting language="ini">volume_driver = cinder.volume.drivers.lvm.LVMISERDriver</programlisting>
<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>