Add XIV/DS8K volume driver to conf ref

This driver was refactored in Havana. The patch adds a short
stub reference, pulling in the existing table, and adds it in
to the list of volume drivers.

Change-Id: I6dd7bcd564d5c05f06a7932f1be7252b15993dc5
Closes-Bug: 1213605
This commit is contained in:
Tom Fifield 2013-12-20 14:51:43 +08:00
parent b339aac910
commit d66d657abf
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,14 @@
<section xml:id="ibm-xiv-driver"
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">
<title>IBM XIV/DS8K volume driver</title>
<para>There is a unified volume back-end for IBM XIV and DS8K storage.
Set the following in your
<filename>cinder.conf</filename>, and use the following options to configure it.
</para>
<programlisting language="ini">
volume_driver=cinder.volume.drivers.xiv_ds8k.XIVDS8KDriver
</programlisting>
<xi:include href="../../../common/tables/cinder-xiv.xml"/>
</section>

View File

@ -23,6 +23,7 @@ iscsi_helper=tgtadm</programlisting>
<xi:include href="drivers/hp-3par-driver.xml"/> <xi:include href="drivers/hp-3par-driver.xml"/>
<xi:include href="drivers/hp-lefthand-driver.xml"/> <xi:include href="drivers/hp-lefthand-driver.xml"/>
<xi:include href="drivers/huawei-storage-driver.xml"/> <xi:include href="drivers/huawei-storage-driver.xml"/>
<xi:include href="drivers/ibm-xiv-volume-driver.xml"/>
<xi:include href="drivers/ibm-gpfs-volume-driver.xml"/> <xi:include href="drivers/ibm-gpfs-volume-driver.xml"/>
<xi:include href="drivers/ibm-storwize-svc-driver.xml"/> <xi:include href="drivers/ibm-storwize-svc-driver.xml"/>
<xi:include href="drivers/netapp-volume-driver.xml"/> <xi:include href="drivers/netapp-volume-driver.xml"/>