d66d657abf
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
15 lines
626 B
XML
15 lines
626 B
XML
<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>
|