Add some minimal volume driver description
Document Datera, FusionIO and Nimble volume drivers in a minimal way using information that was quickly accessible. The format follows the proposed blueprint. Implements bp move-driver-docs Change-Id: Ib695e3a293d9a6915612e38452999a29dd34286c
This commit is contained in:
parent
8ff8e1d187
commit
3b2a93742c
@ -0,0 +1,21 @@
|
||||
<?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="fusionio-volume-driver">
|
||||
<title>Datera volume driver</title>
|
||||
|
||||
<!-- <para>The volume driver configures XXX. More information about the driver is available at
|
||||
<xlink href="http://example.com">example.com</xlink>.
|
||||
</para>
|
||||
-->
|
||||
<para>
|
||||
Set the following in your <filename>cinder.conf</filename> to
|
||||
use the Datera volume driver:
|
||||
</para>
|
||||
<programlisting>volume_driver = cinder.volume.drivers.datera.DateraDriver</programlisting>
|
||||
<para>
|
||||
Use the following options to configure the volume driver:
|
||||
</para>
|
||||
<xi:include href="../../../common/tables/cinder-datera.xml"/>
|
||||
</section>
|
@ -0,0 +1,22 @@
|
||||
<?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="fusionio-volume-driver">
|
||||
<title>FusionIO volume driver for the ioControl Hybrid storage subsystem</title>
|
||||
|
||||
<!-- <para>The volume driver configures XXX. More information about the driver is available at
|
||||
<xlink href="http://example.com">example.com</xlink>.
|
||||
</para>
|
||||
-->
|
||||
|
||||
<para>
|
||||
Set the following in your <filename>cinder.conf</filename> to
|
||||
use the FusionIO volume driver:
|
||||
</para>
|
||||
<programlisting>volume_driver = cinder.volume.drivers.fio_ioControl.fio_ioControl</programlisting>
|
||||
<para>
|
||||
Use the following options to configure the volume driver:
|
||||
</para>
|
||||
<xi:include href="../../../common/tables/cinder-fusionio.xml"/>
|
||||
</section>
|
@ -0,0 +1,22 @@
|
||||
<?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="nimble-volume-driver">
|
||||
<title>Nimble volume driver</title>
|
||||
|
||||
<!-- <para>The volume driver configures XXX. More information about the driver is available at
|
||||
<xlink href="http://example.com">example.com</xlink>.
|
||||
</para>
|
||||
-->
|
||||
|
||||
<para>
|
||||
Set the following in your <filename>cinder.conf</filename> to
|
||||
use the Nimble volume driver:
|
||||
</para>
|
||||
<programlisting>volume_driver = cinder.volume.drivers.nimble.NimbleISCSIDriver</programlisting>
|
||||
<para>
|
||||
Use the following options to configure the volume driver:
|
||||
</para>
|
||||
<xi:include href="../../../common/tables/cinder-nimble.xml"/>
|
||||
</section>
|
@ -15,7 +15,6 @@
|
||||
<xi:include href="../../common/tables/cinder-huawei.xml"/>
|
||||
<xi:include href="../../common/tables/cinder-nas.xml"/>
|
||||
<xi:include href="../../common/tables/cinder-hpmsa.xml"/>
|
||||
<xi:include href="../../common/tables/cinder-nimble.xml"/>
|
||||
<xi:include href="../../common/tables/cinder-pure.xml"/>
|
||||
<xi:include href="../../common/tables/cinder-database.xml"/>
|
||||
<xi:include href="../../common/tables/cinder-keymgr.xml"/>
|
||||
@ -48,9 +47,7 @@
|
||||
<xi:include href="../../common/tables/cinder-debug.xml"/>
|
||||
<xi:include href="../../common/tables/cinder-testing.xml"/>
|
||||
<xi:include href="../../common/tables/cinder-profiler.xml"/>
|
||||
<xi:include href="../../common/tables/cinder-fusionio.xml"/>
|
||||
<xi:include href="../../common/tables/cinder-ibmnas.xml"/>
|
||||
<xi:include href="../../common/tables/cinder-datera.xml"/>
|
||||
<xi:include href="../../common/tables/cinder-cloudbyte.xml"/>
|
||||
<xi:include href="../../common/tables/cinder-drbd.xml"/>
|
||||
<xi:include href="../../common/tables/cinder-flashsystem.xml"/>
|
||||
|
@ -23,6 +23,7 @@
|
||||
<xi:include href="drivers/emc-vnx-direct-driver.xml"/>
|
||||
<xi:include href="drivers/emc-xtremio-driver.xml"/>
|
||||
<xi:include href="drivers/fujitsu-dx-volume-driver.xml"/>
|
||||
<xi:include href="drivers/fusionio-volume-driver.xml"/>
|
||||
<xi:include href="drivers/glusterfs-driver.xml"/>
|
||||
<xi:include href="drivers/hds-hnas-driver.xml"/>
|
||||
<xi:include href="drivers/hds-hus-driver.xml"/>
|
||||
@ -37,6 +38,7 @@
|
||||
<xi:include href="drivers/lvm-volume-driver.xml"/>
|
||||
<xi:include href="drivers/netapp-volume-driver.xml"/>
|
||||
<xi:include href="drivers/nexenta-volume-driver.xml"/>
|
||||
<xi:include href="drivers/nimble-volume-driver.xml"/>
|
||||
<xi:include href="drivers/nfs-volume-driver.xml"/>
|
||||
<xi:include href="drivers/prophetstor-dpl-driver.xml"/>
|
||||
<xi:include href="drivers/pure-storage-driver.xml"/>
|
||||
|
Loading…
Reference in New Issue
Block a user