Files
openstack-manuals/doc/common/tables/manila-ganesha.xml
Gauvain Pocentek 265f9ed049 [config-ref] Update the tables for manila hnas
Change-Id: Ic225441701fcb7f4b9a13e8653d1a2143921de73
2015-12-05 11:30:43 +01:00

69 lines
3.1 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_ganesha">
<caption>Description of Ganesha 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>ganesha_config_dir</option> = <replaceable>/etc/ganesha</replaceable></td>
<td>(StrOpt) Directory where Ganesha config files are stored.</td>
</tr>
<tr>
<td><option>ganesha_config_path</option> = <replaceable>$ganesha_config_dir/ganesha.conf</replaceable></td>
<td>(StrOpt) Path to main Ganesha config file.</td>
</tr>
<tr>
<td><option>ganesha_db_path</option> = <replaceable>$state_path/manila-ganesha.db</replaceable></td>
<td>(StrOpt) Location of Ganesha database file. (Ganesha module only.)</td>
</tr>
<tr>
<td><option>ganesha_export_dir</option> = <replaceable>$ganesha_config_dir/export.d</replaceable></td>
<td>(StrOpt) Path to directory containing Ganesha export configuration. (Ganesha module only.)</td>
</tr>
<tr>
<td><option>ganesha_export_template_dir</option> = <replaceable>/etc/manila/ganesha-export-templ.d</replaceable></td>
<td>(StrOpt) Path to directory containing Ganesha export block templates. (Ganesha module only.)</td>
</tr>
<tr>
<td><option>ganesha_nfs_export_options</option> = <replaceable>maxread = 65536, prefread = 65536</replaceable></td>
<td>(StrOpt) Options to use when exporting a share using ganesha NFS server. Note that these defaults can be overridden when a share is created by passing metadata with key name export_options. Also note the complete set of default ganesha export options is specified in ganesha_utils. (GPFS only.)</td>
</tr>
<tr>
<td><option>ganesha_service_name</option> = <replaceable>ganesha.nfsd</replaceable></td>
<td>(StrOpt) Name of the ganesha nfs service.</td>
</tr>
</tbody>
</table>
</para>