c41dbfc0e2
Shared File Systems service (manila) should be added to the Config Ref similar to Block Storage (cinder). The content would be similar to cinder in that it would have sections to describe Intro, Drivers, Log Files and Options. Change-Id: I89fc64f8cd4fe880b36017139e7989f3a4100cc6 Implements: blueprint manila-config-ref
29 lines
1.5 KiB
XML
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/hp-3par-share-driver.xml"/>
|
|
<xi:include href="drivers/huawei-nas-driver.xml"/>
|
|
<xi:include href="drivers/netapp-cluster-mode-driver.xml"/>
|
|
</section>
|