Merge "Changed Cinder LVM documentations"

This commit is contained in:
Jenkins 2015-04-20 15:13:53 +00:00 committed by Gerrit Code Review
commit 0398ba26bb

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>