Description of Samba volume driver configuration options
Configuration option = Default value Description
[DEFAULT]
= qcow2 (StrOpt) Default format that will be used when creating volumes if no volume format is specified. Can be set to: raw, qcow2, vhd or vhdx.
= noperm,file_mode=0775,dir_mode=0775 (StrOpt) Mount options passed to the smbfs client. See mount.cifs man page for details.
= $state_path/mnt (StrOpt) Base dir containing mount points for smbfs shares.
= 1.0 (FloatOpt) This will compare the allocated to available space on the volume destination. If the ratio exceeds this number, the destination will no longer be valid.
= /etc/cinder/smbfs_shares (StrOpt) File with the list of available smbfs shares.
= True (BoolOpt) Create volumes as sparsed files which take no space rather than regular files when using raw format, in which case volume creation takes lot of time.
= 0.95 (FloatOpt) Percent of ACTUAL usage of the underlying volume before no new volumes can be allocated to the volume destination.