d9dd4ab609
Adding GPFS 1-table ganesha 1-variable Change-Id: Iafe225dda489012dfa300a931db6b9c727ef7865 Related-Bug: #1407581
97 lines
4.4 KiB
XML
97 lines
4.4 KiB
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
|
|
<!--
|
|
###################################################################
|
|
WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
|
|
###################################################################
|
|
|
|
Warning: Do not edit this file. It is automatically
|
|
generated from the software project's code and your changes
|
|
will be overwritten.
|
|
|
|
The tool to generate this file lives in openstack-doc-tools
|
|
repository.
|
|
|
|
Please make any changes needed in the code, then run the
|
|
autogenerate-config-doc tool from the openstack-doc-tools
|
|
repository, or ask for help on the documentation mailing list,
|
|
IRC channel or meeting.
|
|
|
|
###################################################################
|
|
WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
|
|
###################################################################
|
|
-->
|
|
<table rules="all" xml:id="config_table_manila_netapp">
|
|
<caption>Description of NetApp Share Drivers configuration options</caption>
|
|
<col width="50%"/>
|
|
<col width="50%"/>
|
|
<thead>
|
|
<tr>
|
|
<th>Configuration option = Default value</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<th colspan="2">[DEFAULT]</th>
|
|
</tr>
|
|
<tr>
|
|
<td><option>netapp_aggregate_name_search_pattern</option> = <replaceable>(.*)</replaceable></td>
|
|
<td>(StrOpt) Pattern for searching available aggregates for provisioning.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>netapp_lif_name_template</option> = <replaceable>os_%(net_allocation_id)s</replaceable></td>
|
|
<td>(StrOpt) Logical interface (LIF) name template</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>netapp_login</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) Administrative user account name used to access the storage system.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>netapp_password</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) Password for the administrative user account specified in the netapp_login option.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>netapp_port_name_search_pattern</option> = <replaceable>(.*)</replaceable></td>
|
|
<td>(StrOpt) Pattern for overriding the selection of network ports on which to create Vserver LIFs.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>netapp_root_volume</option> = <replaceable>root</replaceable></td>
|
|
<td>(StrOpt) Root volume name.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>netapp_root_volume_aggregate</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) Name of aggregate to create Vserver root volumes on. This option only applies when the option driver_handles_share_servers is set to True.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>netapp_server_hostname</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) The hostname (or IP address) for the storage system.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>netapp_server_port</option> = <replaceable>None</replaceable></td>
|
|
<td>(IntOpt) The TCP port to use for communication with the storage system or proxy server. If not specified, Data ONTAP drivers will use 80 for HTTP and 443 for HTTPS.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>netapp_storage_family</option> = <replaceable>ontap_cluster</replaceable></td>
|
|
<td>(StrOpt) The storage family type used on the storage system; valid values include ontap_cluster for using clustered Data ONTAP.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>netapp_trace_flags</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) Comma-separated list of options that control which trace info is written to the debug logs. Values include method and api.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>netapp_transport_type</option> = <replaceable>http</replaceable></td>
|
|
<td>(StrOpt) The transport protocol used when communicating with the storage system or proxy server. Valid values are http or https.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>netapp_volume_name_template</option> = <replaceable>share_%(share_id)s</replaceable></td>
|
|
<td>(StrOpt) NetApp volume name template.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>netapp_vserver_name_template</option> = <replaceable>os_%s</replaceable></td>
|
|
<td>(StrOpt) Name template to use for new Vserver.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|