f45648a1e8
Change-Id: I6ffe35eb2995c76f69ebccb2b5d9a6211b3ff6ce
64 lines
3.8 KiB
XML
64 lines
3.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Warning: Do not edit this file. It is automatically
|
|
generated and your changes will be overwritten.
|
|
The tool to do so lives in the tools directory of this
|
|
repository -->
|
|
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
|
|
<table rules="all">
|
|
<caption>Description of configuration options for netapp_7mode_iscsi</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>netapp_login = None</td>
|
|
<td>(StrOpt) Administrative user account name used to access the storage system.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>netapp_password = None</td>
|
|
<td>(StrOpt) Password for the administrative user account specified in the netapp_login option.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>netapp_server_hostname = None</td>
|
|
<td>(StrOpt) The hostname (or IP address) for the storage system.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>netapp_server_port = 80</td>
|
|
<td>(IntOpt) The TCP port to use for communication with ONTAPI on the storage system. Traditionally, port 80 is used for HTTP and port 443 is used for HTTPS; however, this value should be changed if an alternate port has been configured on the storage system.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>netapp_size_multiplier = 1.2</td>
|
|
<td>(FloatOpt) The quantity to be multiplied by the requested volume size to ensure enough space is available on the virtual storage server (Vserver) to fulfill the volume creation request.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>netapp_storage_family = ontap_cluster</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 or ontap_cluster for using clustered Data ONTAP.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>netapp_storage_protocol = None</td>
|
|
<td>(StrOpt) The storage protocol to be used on the data path with the storage system; valid values are iscsi or nfs.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>netapp_transport_type = http</td>
|
|
<td>(StrOpt) The transport protocol used when communicating with ONTAPI on the storage system. Valid values are http or https.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>netapp_vfiler = None</td>
|
|
<td>(StrOpt) The vFiler unit on which provisioning of block storage volumes will be done. 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 the storage protocol selected is iSCSI. Only use this option when utilizing the MultiStore feature on the NetApp storage system.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>netapp_volume_list = None</td>
|
|
<td>(StrOpt) This option is only utilized when the storage protocol is configured to use iSCSI. This option is used to restrict provisioning to the specified controller volumes. Specify the value of this option to be a comma separated list of NetApp controller volume names to be used for provisioning.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|