d9dd4ab609
Adding GPFS 1-table ganesha 1-variable Change-Id: Iafe225dda489012dfa300a931db6b9c727ef7865 Related-Bug: #1407581
77 lines
3.2 KiB
XML
77 lines
3.2 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_hds_hnas">
|
|
<caption>Description of HDS NAS Share 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>hds_hnas_cluster_admin_ip0</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) The IP of the clusters admin node. Only set in HNAS multinode clusters.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>hds_hnas_evs_id</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) Specify which EVS this backend is assigned to.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>hds_hnas_evs_ip</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) Specify IP for mounting shares.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>hds_hnas_file_system_name</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) Specify file-system name for creating shares.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>hds_hnas_ip</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) HNAS management interface IP for communication between Manila controller and HNAS.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>hds_hnas_password</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) HNAS user password. Required only if private key is not provided.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>hds_hnas_ssh_private_key</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) RSA/DSA private key value used to connect into HNAS. Required only if password is not provided.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>hds_hnas_stalled_job_timeout</option> = <replaceable>30</replaceable></td>
|
|
<td>(IntOpt) The time (in seconds) to wait for stalled HNAS jobs before aborting.</td>
|
|
</tr>
|
|
<tr>
|
|
<td><option>hds_hnas_user</option> = <replaceable>None</replaceable></td>
|
|
<td>(StrOpt) HNAS username Base64 String in order to perform tasks such as create file-systems and network interfaces.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|