e7cbc675ce
Change-Id: I959cc6884633ada1deb55f44ca1fc6f230bdebd9
93 lines
5.5 KiB
XML
93 lines
5.5 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_cinder_netapp_eseries_iscsi">
|
|
<caption>Description of NetApp E-Series driver 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_controller_ips</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) This option is only utilized when the storage family is configured to eseries. This option is used to restrict provisioning to the specified controllers. Specify the value of this option to be a comma separated list of controller hostnames or IP addresses to be used for provisioning.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>netapp_enable_multiattach</option> = <replaceable>False</replaceable></td>
|
|
<td>(BoolOpt) This option specifies whether the driver should allow operations that require multiple attachments to a volume. An example would be live migration of servers that have volumes attached. When enabled, this backend is limited to 256 total volumes in order to guarantee volumes can be accessed by more than one host.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>netapp_host_type</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) This option defines the type of operating system for all initiators that can access a LUN. This information is used when mapping LUNs to individual hosts or groups of hosts.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>netapp_login</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) Administrative user account name used to access the storage system or proxy server.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>netapp_partner_backend_name</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) The name of the config.conf stanza for a Data ONTAP (7-mode) HA partner. This option is only used by the driver when connecting to an instance with a storage family of Data ONTAP operating in 7-Mode, and it is required if the storage protocol selected is FC.</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_pool_name_search_pattern</option> = <replaceable>(.+)</replaceable></td>
|
|
<td>(StrOpt) This option is used to restrict provisioning to the specified pools. Specify the value of this option to be a regular expression which will be applied to the names of objects from the storage backend which represent pools in Cinder. This option is only utilized when the storage protocol is configured to use iSCSI or FC.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>netapp_sa_password</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) Password for the NetApp E-Series storage array.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>netapp_server_hostname</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) The hostname (or IP address) for the storage system or proxy server.</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; E-Series will use 8080 for HTTP and 8443 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 are ontap_7mode for using Data ONTAP operating in 7-Mode, ontap_cluster for using clustered Data ONTAP, or eseries for using E-Series.</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.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>netapp_webservice_path</option> = <replaceable>/devmgr/v2</replaceable></td>
|
|
<td>(StrOpt) This option is used to specify the path to the E-Series proxy application on a proxy server. The value is combined with the value of the netapp_transport_type, netapp_server_hostname, and netapp_server_port options to create the URL used by the driver to connect to the proxy application.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|