openstack-manuals/doc/config-reference/shared-file-systems/section_share-drivers.xml
Anthony Lee 715d59c1a5 Refactoring HP 3PAR Manila Driver to be HPE
The HP 3PAR Manila driver was recently refactored to be HPE.

The same refactoring is being done to the documentation with
this patch. It is being done because the company managing the
HP 3PAR Manila driver is now Hewlett Packard Enterprise (HPE).

Closes-Bug: #1517283
Change-Id: I0253a5fba8218960014d0b06cbc92baa6a775a2c
2015-11-23 17:25:08 +00:00

29 lines
1.5 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_share-drivers">
<title>Share drivers</title>
<para>To use different share drivers for the <systemitem
class="service">manila-share</systemitem> service, use
the parameters described in these sections.</para>
<para>The share drivers are included in the Shared File Systems repository
(<link xlink:href="https://git.openstack.org/cgit/openstack/manila/tree/manila/share/drivers">https://git.openstack.org/cgit/openstack/manila/tree/manila/share/drivers</link>).
To set a share driver, use the <literal>share_driver</literal> flag.
For example, to use the generic reference driver:</para>
<programlisting>
share_driver=manila.share.drivers.generic.GenericShareDriver
</programlisting>
<!-- Keep this list alphabetically sorted. -->
<xi:include href="drivers/emc-isilon-driver.xml"/>
<xi:include href="drivers/emc-vnx-driver.xml"/>
<xi:include href="drivers/generic-driver.xml"/>
<xi:include href="drivers/glusterfs-driver.xml"/>
<xi:include href="drivers/glusterfs-native-driver.xml"/>
<xi:include href="drivers/hdfs-native-driver.xml"/>
<xi:include href="drivers/hpe-3par-share-driver.xml"/>
<xi:include href="drivers/huawei-nas-driver.xml"/>
<xi:include href="drivers/netapp-cluster-mode-driver.xml"/>
</section>