
In accord with the OpenStack documentation migration spec [1], this patch pulls over material from the centralized Configuration Reference so that it will not be lost. As indicated in the spec, dynamic generation of this material will be left for later work. [1] https://specs.openstack.org/openstack/docs-specs/specs/pike/os-manuals-migration.html Closes-Bug: #1706181 Depends-On: Ib0fca0c16e14c05307bfc31ae50c65271b7402f1 Depends-On: Ia750cb049c0f53a234ea70ce1f2bbbb7a2aa9454 Change-Id: I7f3b584ac9907da1f07dedd26324cf4703bc7e6c
35 lines
1.8 KiB
PHP
35 lines
1.8 KiB
PHP
..
|
|
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.
|
|
|
|
.. _manila-ganesha:
|
|
|
|
.. list-table:: Description of Ganesha configuration options
|
|
:header-rows: 1
|
|
:class: config-ref-table
|
|
|
|
* - Configuration option = Default value
|
|
- Description
|
|
* - **[DEFAULT]**
|
|
-
|
|
* - ``ganesha_config_dir`` = ``/etc/ganesha``
|
|
- (String) Directory where Ganesha config files are stored.
|
|
* - ``ganesha_config_path`` = ``$ganesha_config_dir/ganesha.conf``
|
|
- (String) Path to main Ganesha config file.
|
|
* - ``ganesha_db_path`` = ``$state_path/manila-ganesha.db``
|
|
- (String) Location of Ganesha database file. (Ganesha module only.)
|
|
* - ``ganesha_export_dir`` = ``$ganesha_config_dir/export.d``
|
|
- (String) Path to directory containing Ganesha export configuration. (Ganesha module only.)
|
|
* - ``ganesha_export_template_dir`` = ``/etc/manila/ganesha-export-templ.d``
|
|
- (String) Path to directory containing Ganesha export block templates. (Ganesha module only.)
|
|
* - ``ganesha_nfs_export_options`` = ``maxread = 65536, prefread = 65536``
|
|
- (String) 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.)
|
|
* - ``ganesha_service_name`` = ``ganesha.nfsd``
|
|
- (String) Name of the ganesha nfs service.
|