Add StorPool driver

Added StorPool driver entry, used existing table

Change-Id: Ie64663e0a7328754f7a0ddbd009fdfd48d206aac
Closes-bug: #1403235
This commit is contained in:
Mark Vanderwiel 2015-01-08 16:35:39 -06:00
parent f493081871
commit 5bc237fe20
2 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,31 @@
<section xml:id="StorPool-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>StorPool driver</title>
<para>StorPool is distributed data storage software running on standard x86
servers. StorPool aggregates the performance and capacity of all drives
into a shared pool of storage distributed among the servers. Within
this storage pool the user creates thin-provisioned volumes that are
exposed to the clients as block devices. StorPool consists of two parts
wrapped in one package - a server and a client. The StorPool server
allows a hypervisor to act as a storage node, while the StorPool client
allows a hypervisor node to access the storage pool and act as a compute
node. In OpenStack terms the StorPool solution allows each hypervisor
node to be both a storage and a compute node simultaneously. More
information can be found on <link
xlink:href="https://storpool.com/">StorPool's homepage</link>.</para>
<note>
<para>To make full use of StorPool's native network communication protocol,
the Nova compute nodes will need to use the StorPool libvirt volume
attachment driver, nova.virt.libvirt.storpool.LibvirtStorPoolVolumeDriver.</para>
</note>
<para>To use Block Storage with StorPool, first set the
<literal>volume_driver</literal> in
<filename>cinder.conf</filename>:</para>
<programlisting>volume_driver=cinder.volume.drivers.storpool.StorPoolDriver</programlisting>
<para>The following table contains the configuration options
supported by the StorPool driver.</para>
<xi:include href="../../../common/tables/cinder-storpool.xml" />
</section>

View File

@ -43,6 +43,7 @@
<xi:include href="drivers/sheepdog-driver.xml"/>
<xi:include href="drivers/smbfs-volume-driver.xml"/>
<xi:include href="drivers/solidfire-volume-driver.xml"/>
<xi:include href="drivers/storpool-driver.xml"/>
<xi:include href="drivers/vmware-vmdk-driver.xml"/>
<xi:include href="drivers/windows-iscsi-volume-driver.xml"/>
<xi:include href="drivers/xen-sm-driver.xml"/>