Skip to content
Snippets Groups Projects
Commit 18214d95 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Add cinder-backup config to external-ceph-guide"

parents b378e0e3 c5b6d0d5
No related branches found
No related tags found
No related merge requests found
......@@ -96,8 +96,9 @@ Cinder
------
Configuring external Ceph for Cinder works very similar to
Glance. The required Cinder configuration goes into
/etc/kolla/config/cinder/cinder-volume.conf:
Glance.
Edit /etc/kolla/config/cinder/cinder-volume.conf with the following content:
::
......@@ -113,6 +114,20 @@ Glance. The required Cinder configuration goes into
volume_driver=cinder.volume.drivers.rbd.RBDDriver
rbd_secret_uuid = {{ cinder_rbd_secret_uuid }}
Edit /etc/kolla/config/cinder/cinder-backup.conf with the following content:
::
[DEFAULT]
backup_ceph_conf=/etc/ceph/ceph.conf
backup_ceph_user=cinder
backup_ceph_chunk_size = 134217728
backup_ceph_pool=backups
backup_driver = cinder.backup.drivers.ceph
backup_ceph_stripe_unit = 0
backup_ceph_stripe_count = 0
restore_discard_excess_bytes = true
Next, place the ceph.conf file into
/etc/kolla/config/cinder/ceph.conf:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment