openstack-manuals/doc/config-reference/block-storage/section_volume-drivers.xml
Kartik Bommepally 280d84e866 VMware: Added doc for VMware VMDK cinder driver
Added document describing configuration of the driver and supported operations
when using it for cinder volume management.

Updated volume section in doc/common/section_vmware.xml.

Change-Id: I1181f8c834c916ef241a5abdeb48ab85b778d8e7
Implements: blueprint vmware-vmdk-cinder-driver
2013-10-17 08:28:42 -07:00

37 lines
1.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<section xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
xml:id="section_volume-drivers">
<title>Volume Drivers</title>
<para>To use different volume drivers for the <systemitem
class="service">cinder-volume</systemitem> service, use
the parameters described in these sections.</para>
<para>The volume drivers are included in the Cinder repository
(<link xlink:href="https://github.com/openstack/cinder"
>https://github.com/openstack/cinder</link>). To set a
volume driver, use the <literal>volume_driver</literal> flag.
The default is:</para>
<programlisting>volume_driver=cinder.volume.driver.ISCSIDriver
iscsi_helper=tgtadm</programlisting>
<xi:include href="drivers/ceph-rbd-volume-driver.xml"/>
<xi:include href="drivers/coraid-driver.xml"/>
<xi:include href="drivers/emc-volume-driver.xml"/>
<xi:include href="drivers/glusterfs-driver.xml"/>
<xi:include href="drivers/hds-volume-driver.xml"/>
<xi:include href="drivers/hp-3par-driver.xml"/>
<xi:include href="drivers/hp-lefthand-driver.xml"/>
<xi:include href="drivers/huawei-storage-driver.xml"/>
<xi:include href="drivers/ibm-gpfs-volume-driver.xml"/>
<xi:include href="drivers/ibm-storwize-svc-driver.xml"/>
<xi:include href="drivers/netapp-volume-driver.xml"/>
<xi:include href="drivers/nexenta-volume-driver.xml"/>
<xi:include href="drivers/nfs-volume-driver.xml"/>
<xi:include href="drivers/solidfire-volume-driver.xml"/>
<xi:include href="drivers/vmware-vmdk-driver.xml"/>
<xi:include href="drivers/windows-volume-driver.xml"/>
<xi:include href="drivers/xenapi-nfs.xml"/>
<xi:include href="drivers/xen-sm-driver.xml"/>
<xi:include href="drivers/zadara-volume-driver.xml"/>
</section>