cinder/doc/source/configuration/tables/cinder-zfssa-nfs.rst
Jay S. Bryant 0395353c4b Move config-reference to configuration
It was discovered today that the 'config-reference' directory
was supposed to have been renamed to 'configuration'.  The doc
team was expecting it to be at that location so that they could
automatically link to it from contributor/index.html .

This patch just moves the directory.  I am going to be submitting
a subsequent patch that properly sets out the framework for the
additional directories so that we don't have addition problems
in the future.

Change-Id: I6729aaf4593a0b089277f6d7d0aa50fee3ca340f
2017-07-18 13:10:25 -05:00

1.9 KiB

Description of ZFS Storage Appliance NFS driver configuration options
Configuration option = Default value Description
[DEFAULT]
zfssa_cache_directory = os-cinder-cache (String) Name of directory inside zfssa_nfs_share where cache volumes are stored.
zfssa_cache_project = os-cinder-cache (String) Name of ZFSSA project where cache volumes are stored.
zfssa_data_ip = None (String) Data path IP address
zfssa_enable_local_cache = True (Boolean) Flag to enable local caching: True, False.
zfssa_https_port = 443 (String) HTTPS port number
zfssa_manage_policy = loose (String) Driver policy for volume manage.
zfssa_nfs_mount_options = (String) Options to be passed while mounting share over nfs
zfssa_nfs_pool = (String) Storage pool name.
zfssa_nfs_project = NFSProject (String) Project name.
zfssa_nfs_share = nfs_share (String) Share name.
zfssa_nfs_share_compression = off (String) Data compression.
zfssa_nfs_share_logbias = latency (String) Synchronous write bias-latency, throughput.
zfssa_rest_timeout = None (Integer) REST connection timeout. (seconds)