diff --git a/doc/config-reference/block-storage/drivers/lvm-volume-driver.xml b/doc/config-reference/block-storage/drivers/lvm-volume-driver.xml new file mode 100644 index 0000000000..8eee6e8e81 --- /dev/null +++ b/doc/config-reference/block-storage/drivers/lvm-volume-driver.xml @@ -0,0 +1,19 @@ +
+LVM + The default volume back-end uses local volumes managed by LVM. + This driver supports different transport protocols to attach + volumes, currently ISCSI and ISER. + + Set the following in your + cinder.conf, and use the following options to + configure for ISCSI transport: + + volume_driver=cinder.volume.drivers.lvm.ISCSIDriver + and for the ISER transport: + volume_driver=cinder.volume.drivers.lvm.ISERDriver + +
diff --git a/doc/config-reference/block-storage/section_volume-drivers.xml b/doc/config-reference/block-storage/section_volume-drivers.xml index e32a1a1d3f..f92abbe897 100644 --- a/doc/config-reference/block-storage/section_volume-drivers.xml +++ b/doc/config-reference/block-storage/section_volume-drivers.xml @@ -12,8 +12,7 @@ >https://github.com/openstack/cinder). To set a volume driver, use the volume_driver flag. The default is: - volume_driver=cinder.volume.driver.ISCSIDriver -iscsi_helper=tgtadm + volume_driver=cinder.volume.drivers.lvm.LVMISCSIDriver @@ -26,6 +25,7 @@ iscsi_helper=tgtadm +