openstack-manuals/doc/config-reference/source/tables/cinder-quobyte.rst

1.3 KiB

Description of Quobyte USP volume driver configuration options
Configuration option = Default value Description
[DEFAULT]
quobyte_client_cfg = None (String) Path to a Quobyte Client configuration file.
quobyte_mount_point_base = $state_path/mnt (String) Base dir containing the mount point for the Quobyte volume.
quobyte_qcow2_volumes = True (Boolean) Create volumes as QCOW2 files rather than raw files.
quobyte_sparsed_volumes = True (Boolean) 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 (String) URL to the Quobyte volume e.g., quobyte://<DIR host>/<volume name>