openstack-manuals/doc/common/tables/cinder-zfssa-nfs.xml
Gauvain Pocentek e7cbc675ce update the config reference tables for liberty
Change-Id: I959cc6884633ada1deb55f44ca1fc6f230bdebd9
2015-10-29 07:45:04 +01:00

89 lines
3.4 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_cinder_zfssa-nfs">
<caption>Description of ZFS Storage Appliance NFS 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>zfssa_cache_directory</option> = <replaceable>os-cinder-cache</replaceable></td>
<td>(StrOpt) Name of directory inside zfssa_nfs_share where cache volumes are stored.</td>
</tr>
<tr>
<td><option>zfssa_cache_project</option> = <replaceable>os-cinder-cache</replaceable></td>
<td>(StrOpt) Name of ZFSSA project where cache volumes are stored.</td>
</tr>
<tr>
<td><option>zfssa_data_ip</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Data path IP address</td>
</tr>
<tr>
<td><option>zfssa_enable_local_cache</option> = <replaceable>True</replaceable></td>
<td>(BoolOpt) Flag to enable local caching: True, False.</td>
</tr>
<tr>
<td><option>zfssa_https_port</option> = <replaceable>443</replaceable></td>
<td>(StrOpt) HTTPS port number</td>
</tr>
<tr>
<td><option>zfssa_nfs_mount_options</option> = <replaceable></replaceable></td>
<td>(StrOpt) Options to be passed while mounting share over nfs</td>
</tr>
<tr>
<td><option>zfssa_nfs_pool</option> = <replaceable></replaceable></td>
<td>(StrOpt) Storage pool name.</td>
</tr>
<tr>
<td><option>zfssa_nfs_project</option> = <replaceable>NFSProject</replaceable></td>
<td>(StrOpt) Project name.</td>
</tr>
<tr>
<td><option>zfssa_nfs_share</option> = <replaceable>nfs_share</replaceable></td>
<td>(StrOpt) Share name.</td>
</tr>
<tr>
<td><option>zfssa_nfs_share_compression</option> = <replaceable>off</replaceable></td>
<td>(StrOpt) Data compression.</td>
</tr>
<tr>
<td><option>zfssa_nfs_share_logbias</option> = <replaceable>latency</replaceable></td>
<td>(StrOpt) Synchronous write bias-latency, throughput.</td>
</tr>
<tr>
<td><option>zfssa_rest_timeout</option> = <replaceable>None</replaceable></td>
<td>(IntOpt) REST connection timeout. (seconds)</td>
</tr>
</tbody>
</table>
</para>