Merge "Changed Cinder LVM documentations"
This commit is contained in:
commit
0398ba26bb
@ -9,11 +9,17 @@
|
|||||||
volumes, currently iSCSI and iSER.</para>
|
volumes, currently iSCSI and iSER.</para>
|
||||||
<para>
|
<para>
|
||||||
Set the following in your
|
Set the following in your
|
||||||
<filename>cinder.conf</filename>, and use the following options to
|
<filename>cinder.conf</filename> configuration file, and use the following
|
||||||
configure for iSCSI transport:
|
options to configure for iSCSI transport:
|
||||||
</para>
|
</para>
|
||||||
<programlisting language="ini">volume_driver = cinder.volume.drivers.lvm.LVMISCSIDriver</programlisting>
|
<programlisting language="ini">
|
||||||
<para>and for the iSER transport:</para>
|
volume_driver = cinder.volume.drivers.lvm.LVMVolumeDriver
|
||||||
<programlisting language="ini">volume_driver = cinder.volume.drivers.lvm.LVMISERDriver</programlisting>
|
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"/>
|
<xi:include href="../../../common/tables/cinder-lvm.xml"/>
|
||||||
</section>
|
</section>
|
||||||
|
Loading…
Reference in New Issue
Block a user