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:
parent
2fd573929f
commit
a4b7225874
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user