Gauvain Pocentek cce63f68aa [config-ref] Tables update
Change-Id: Ia766f93b9ce5b1560ebe37da65bd70be61a0fdd1
2016-03-19 08:34:45 +01:00

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>