c41dbfc0e2
Shared File Systems service (manila) should be added to the Config Ref similar to Block Storage (cinder). The content would be similar to cinder in that it would have sections to describe Intro, Drivers, Log Files and Options. Change-Id: I89fc64f8cd4fe880b36017139e7989f3a4100cc6 Implements: blueprint manila-config-ref
59 lines
2.5 KiB
XML
59 lines
2.5 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_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>
|