b88212e062
Generate the config tables with the autohelp script and include the new tables in the config ref sections. For consistency, use the 'database' and 'auth_token' keywords in all projects. Split the LBaaS tables. Closes-Bug: #1327802 Closes-Bug: #1331180 Closes-Bug: #1331175 Closes-Bug: #1330279 Closes-Bug: #1323946 Closes-Bug: #1323437 Closes-Bug: #1322075 Closes-Bug: #1321621 Closes-Bug: #1319564 Closes-Bug: #1318081 Closes-Bug: #1311474 Change-Id: I5602dda76fdf929d9124f5aa67d31ca4ac17c6d5
71 lines
4.2 KiB
XML
71 lines
4.2 KiB
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
|
|
<!-- Warning: Do not edit this file. It is automatically
|
|
generated and your changes will be overwritten.
|
|
The tool to do so lives in openstack-doc-tools repository. -->
|
|
<table rules="all" xml:id="config_table_cinder_netapp_cdot_nfs">
|
|
<caption>Description of configuration options for netapp_cdot_nfs</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>expiry_thres_minutes = 720</td>
|
|
<td>(IntOpt) This option specifies the threshold for last access time for images in the NFS image cache. When a cache cleaning cycle begins, images in the cache that have not been accessed in the last M minutes, where M is the value of this parameter, will be deleted from the cache to create free space on the NFS share.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>netapp_copyoffload_tool_path = None</td>
|
|
<td>(StrOpt) This option specifies the path of the NetApp copy offload tool binary. Ensure that the binary has execute permissions set which allow the effective user of the cinder-volume process to execute the file.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>netapp_login = None</td>
|
|
<td>(StrOpt) Administrative user account name used to access the storage system or proxy server.</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 or proxy server.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>netapp_server_port = 80</td>
|
|
<td>(IntOpt) The TCP port to use for communication with the storage system or proxy server. 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 or proxy server.</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, ontap_cluster for using clustered Data ONTAP, or eseries for using E-Series.</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 the storage system or proxy server. Valid values are http or https.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>netapp_vserver = None</td>
|
|
<td>(StrOpt) This option specifies the virtual storage server (Vserver) name on the storage cluster on which provisioning of block storage volumes should occur. If using the NFS storage protocol, this parameter is mandatory for storage service catalog support (utilized by Cinder volume type extra_specs support). If this option is specified, the exports belonging to the Vserver will only be used for provisioning in the future. Block storage volumes on exports not belonging to the Vserver specified by this option will continue to function normally.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>thres_avl_size_perc_start = 20</td>
|
|
<td>(IntOpt) If the percentage of available space for an NFS share has dropped below the value specified by this option, the NFS image cache will be cleaned.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>thres_avl_size_perc_stop = 60</td>
|
|
<td>(IntOpt) When the percentage of available space on an NFS share has reached the percentage specified by this option, the driver will stop clearing files from the NFS image cache that have not been accessed in the last M minutes, where M is the value of the expiry_thres_minutes configuration option.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|