2015-11-17 11:12:49 +00:00
..
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.
2015-11-23 01:51:47 +00:00
.. _manila-zfssa:
2015-11-17 11:12:49 +00:00
.. list-table :: Description of ZFSSA Share Driver configuration options
:header-rows: 1
:class: config-ref-table
* - Configuration option = Default value
- Description
* - **[DEFAULT]**
-
* - `` zfssa_auth_password `` = `` None ``
2016-03-19 07:31:53 +00:00
- (String) ZFSSA management authorized userpassword.
2015-11-17 11:12:49 +00:00
* - `` zfssa_auth_user `` = `` None ``
2016-03-19 07:31:53 +00:00
- (String) ZFSSA management authorized username.
2015-11-17 11:12:49 +00:00
* - `` zfssa_data_ip `` = `` None ``
2016-03-19 07:31:53 +00:00
- (String) IP address for data.
2015-11-17 11:12:49 +00:00
* - `` zfssa_host `` = `` None ``
2016-03-19 07:31:53 +00:00
- (String) ZFSSA management IP address.
2016-09-03 11:45:21 +00:00
* - `` zfssa_manage_policy `` = `` loose ``
- (String) Driver policy for share manage. A strict policy checks for a schema named manila_managed, and makes sure its value is true. A loose policy does not check for the schema.
2015-11-17 11:12:49 +00:00
* - `` zfssa_nas_checksum `` = `` fletcher4 ``
2016-03-19 07:31:53 +00:00
- (String) Controls checksum used for data blocks.
2015-11-17 11:12:49 +00:00
* - `` zfssa_nas_compression `` = `` off ``
2016-03-19 07:31:53 +00:00
- (String) Data compression-off, lzjb, gzip-2, gzip, gzip-9.
2015-11-17 11:12:49 +00:00
* - `` zfssa_nas_logbias `` = `` latency ``
2016-03-19 07:31:53 +00:00
- (String) Controls behavior when servicing synchronous writes.
2015-12-01 13:30:21 +00:00
* - `` zfssa_nas_mountpoint `` =
2016-03-19 07:31:53 +00:00
- (String) Location of project in ZFS/SA.
2015-11-17 11:12:49 +00:00
* - `` zfssa_nas_quota_snap `` = `` true ``
2016-03-19 07:31:53 +00:00
- (String) Controls whether a share quota includes snapshot.
2015-11-17 11:12:49 +00:00
* - `` zfssa_nas_rstchown `` = `` true ``
2016-03-19 07:31:53 +00:00
- (String) Controls whether file ownership can be changed.
2015-11-17 11:12:49 +00:00
* - `` zfssa_nas_vscan `` = `` false ``
2016-03-19 07:31:53 +00:00
- (String) Controls whether the share is scanned for viruses.
2015-11-17 11:12:49 +00:00
* - `` zfssa_pool `` = `` None ``
2016-03-19 07:31:53 +00:00
- (String) ZFSSA storage pool name.
2015-11-17 11:12:49 +00:00
* - `` zfssa_project `` = `` None ``
2016-03-19 07:31:53 +00:00
- (String) ZFSSA project name.
2015-11-17 11:12:49 +00:00
* - `` zfssa_rest_timeout `` = `` None ``
2016-03-19 07:31:53 +00:00
- (String) REST connection timeout (in seconds).