Description of NFS storage configuration options
Configuration option = Default value Description
[DEFAULT]
= 3 (IntOpt) The number of attempts to mount nfs shares before raising an error. At least one attempt will be made to mount an nfs share, regardless of the value specified.
= None (StrOpt) Mount options passed to the nfs client. See section of the nfs man page for details.
= $state_path/mnt (StrOpt) Base dir containing mount points for nfs 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/nfs_shares (StrOpt) File with the list of available nfs shares
= True (BoolOpt) Create volumes as sparsed 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.
= 0.95 (FloatOpt) Percent of ACTUAL usage of the underlying volume before no new volumes can be allocated to the volume destination.