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
47 lines
1.9 KiB
XML
47 lines
1.9 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_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_service_name</option> = <replaceable>ganesha.nfsd</replaceable></td>
|
|
<td>(StrOpt) Name of the ganesha nfs service.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|