openstack-manuals/doc/common/tables/manila-gpfs.xml
Atsushi SAKAI d9dd4ab609 Fix config-ref manila for Liberty
Adding
    GPFS    1-table
    ganesha 1-variable

Change-Id: Iafe225dda489012dfa300a931db6b9c727ef7865
Related-Bug: #1407581
2015-10-29 23:31:24 +09:00

81 lines
3.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_manila_gpfs">
<caption>Description of IBM GPFS 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>gpfs_mount_point_base</option> = <replaceable>$state_path/mnt</replaceable></td>
<td>(StrOpt) Base folder where exported shares are located.</td>
</tr>
<tr>
<td><option>gpfs_nfs_server_list</option> = <replaceable>None</replaceable></td>
<td>(ListOpt) A list of the fully qualified NFS server names that make up the OpenStack Manila configuration.</td>
</tr>
<tr>
<td><option>gpfs_nfs_server_type</option> = <replaceable>KNFS</replaceable></td>
<td>(StrOpt) NFS Server type. Valid choices are "KNFS" (kernel NFS) or "GNFS" (Ganesha NFS).</td>
</tr>
<tr>
<td><option>gpfs_share_export_ip</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) IP to be added to GPFS export string.</td>
</tr>
<tr>
<td><option>gpfs_share_helpers</option> = <replaceable>KNFS=manila.share.drivers.ibm.gpfs.KNFSHelper, GNFS=manila.share.drivers.ibm.gpfs.GNFSHelper</replaceable></td>
<td>(ListOpt) Specify list of share export helpers.</td>
</tr>
<tr>
<td><option>gpfs_ssh_login</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) GPFS server SSH login name.</td>
</tr>
<tr>
<td><option>gpfs_ssh_password</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) GPFS server SSH login password. The password is not needed, if 'gpfs_ssh_private_key' is configured.</td>
</tr>
<tr>
<td><option>gpfs_ssh_port</option> = <replaceable>22</replaceable></td>
<td>(IntOpt) GPFS server SSH port.</td>
</tr>
<tr>
<td><option>gpfs_ssh_private_key</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Path to GPFS server SSH private key for login.</td>
</tr>
<tr>
<td><option>knfs_export_options</option> = <replaceable>rw,sync,no_root_squash,insecure,no_wdelay,no_subtree_check</replaceable></td>
<td>(StrOpt) Options to use when exporting a share using kernel NFS server. Note that these defaults can be overridden when a share is created by passing metadata with key name export_options.</td>
</tr>
</tbody>
</table>
</para>