Merge "Fix the incorrect backup_driver configuration"
This commit is contained in:
commit
768852f8d5
@ -143,11 +143,14 @@ the following configuration:
|
|||||||
backup_ceph_user=cinder-backup
|
backup_ceph_user=cinder-backup
|
||||||
backup_ceph_chunk_size = 134217728
|
backup_ceph_chunk_size = 134217728
|
||||||
backup_ceph_pool=backups
|
backup_ceph_pool=backups
|
||||||
backup_driver = cinder.backup.drivers.ceph
|
backup_driver = cinder.backup.drivers.ceph.CephBackupDriver
|
||||||
backup_ceph_stripe_unit = 0
|
backup_ceph_stripe_unit = 0
|
||||||
backup_ceph_stripe_count = 0
|
backup_ceph_stripe_count = 0
|
||||||
restore_discard_excess_bytes = true
|
restore_discard_excess_bytes = true
|
||||||
|
|
||||||
|
For more information about the Cinder backup configuration, see
|
||||||
|
:cinder-doc:`Ceph backup driver <configuration/block-storage/backup/ceph-backup-driver.html>`.
|
||||||
|
|
||||||
Next, copy the ``ceph.conf`` file into ``/etc/kolla/config/cinder/``:
|
Next, copy the ``ceph.conf`` file into ``/etc/kolla/config/cinder/``:
|
||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
|
Loading…
Reference in New Issue
Block a user