Description of Ceph backup driver configuration options
Configuration option = Default value Description
[DEFAULT]
= 134217728 (IntOpt) The chunk size, in bytes, that a backup is broken into before transfer to the Ceph object store.
= /etc/ceph/ceph.conf (StrOpt) Ceph configuration file to use.
= backups (StrOpt) The Ceph pool where volume backups are stored.
= 0 (IntOpt) RBD stripe count to use when creating a backup image.
= 0 (IntOpt) RBD stripe unit to use when creating a backup image.
= cinder (StrOpt) The Ceph user to connect with. Default here is to use the same user as for Cinder volumes. If not using cephx this should be set to None.
= True (BoolOpt) If True, always discard excess bytes when restoring volumes i.e. pad with zeroes.