diff --git a/doc/config-reference/block-storage/drivers/lvm-volume-driver.xml b/doc/config-reference/block-storage/drivers/lvm-volume-driver.xml index 62a885ee7e..23cc9ac036 100644 --- a/doc/config-reference/block-storage/drivers/lvm-volume-driver.xml +++ b/doc/config-reference/block-storage/drivers/lvm-volume-driver.xml @@ -9,11 +9,17 @@ volumes, currently iSCSI and iSER. Set the following in your - cinder.conf, and use the following options to - configure for iSCSI transport: + cinder.conf configuration file, and use the following + options to configure for iSCSI transport: - volume_driver = cinder.volume.drivers.lvm.LVMISCSIDriver - and for the iSER transport: - volume_driver = cinder.volume.drivers.lvm.LVMISERDriver + + volume_driver = cinder.volume.drivers.lvm.LVMVolumeDriver + iscsi_protocol = iscsi + + Use the following options to configure for the iSER transport: + + volume_driver = cinder.volume.drivers.lvm.LVMVolumeDriver + iscsi_protocol = iser +