openstack-manuals/doc/config-ref-rst/source/tables/cinder-zfssa-nfs.rst
KATO Tomoyuki ce094c144b [config-ref] Add table labels
Change-Id: If4e4b6fccb77092ef5939100960ebf278f0e5bf9
2015-11-23 10:57:54 +09:00

1.8 KiB

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