Files
openstack-manuals/doc/config-reference/source/tables/cinder-quobyte.rst
Gauvain Pocentek 26510e84dd [config-ref] Publish the RST version
Change-Id: Ia9dc15869ab201a787eecd479252282f0ae9113b
Implements: blueprint config-ref-rst
2015-12-21 09:44:24 +01:00

1.3 KiB

Description of Quobyte USP volume driver configuration options
Configuration option = Default value Description
[DEFAULT]
quobyte_client_cfg = None (StrOpt) Path to a Quobyte Client configuration file.
quobyte_mount_point_base = $state_path/mnt (StrOpt) Base dir containing the mount point for the Quobyte volume.
quobyte_qcow2_volumes = True (BoolOpt) Create volumes as QCOW2 files rather than raw files.
quobyte_sparsed_volumes = True (BoolOpt) Create volumes as sparse files which take no space. If set to False, volume is created as regular file.In such case volume creation takes a lot of time.
quobyte_volume_url = None (StrOpt) URL to the Quobyte volume e.g., quobyte://<DIR host>/<volume name>