Description of Ceph storage configuration options
Configuration option = Default value Description
[DEFAULT]
= -1 (IntOpt) Timeout value (in seconds) used when connecting to ceph cluster. If value < 0, no timeout is set and default librados value is used.
= 5 (IntOpt) Interval value (in seconds) between connection retries to ceph cluster.
= 3 (IntOpt) Number of retries if connection to ceph cluster failed.
= (StrOpt) Path to the ceph configuration file
= ceph (StrOpt) The name of ceph cluster
= False (BoolOpt) Flatten volumes created from snapshots to remove dependency from volume to snapshot
= 5 (IntOpt) Maximum number of nested volume clones that are taken before a flatten occurs. Set to 0 to disable cloning.
= rbd (StrOpt) The RADOS pool where rbd volumes are stored
= None (StrOpt) The libvirt uuid of the secret for the rbd_user volumes
= 4 (IntOpt) Volumes will be chunked into objects of this size (in megabytes).
= None (StrOpt) The RADOS client name for accessing rbd volumes - only set when using cephx authentication
= None (StrOpt) Directory where temporary image files are stored when the volume driver does not write them directly to the volume. Warning: this option is now deprecated, please use image_conversion_dir instead.