From 8b55268d44a51b478f12bd02ee6bccefe41758bd Mon Sep 17 00:00:00 2001 From: chenxing Date: Wed, 10 Jul 2019 16:06:35 +0800 Subject: [PATCH] Fix the incorrect backup_driver configuration The "backup_driver" option should be configured to cinder.backup.drivers.ceph.CephBackupDriver instead of cinder.backup.drivers.ceph. Change-Id: I22457023c6ad76b508bcbe05e37517c18f1ffc81 Closes-Bug: #1832878 --- doc/source/reference/storage/external-ceph-guide.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/source/reference/storage/external-ceph-guide.rst b/doc/source/reference/storage/external-ceph-guide.rst index 8eda754229..b497c68d99 100644 --- a/doc/source/reference/storage/external-ceph-guide.rst +++ b/doc/source/reference/storage/external-ceph-guide.rst @@ -143,11 +143,14 @@ the following configuration: backup_ceph_user=cinder-backup backup_ceph_chunk_size = 134217728 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_count = 0 restore_discard_excess_bytes = true +For more information about the Cinder backup configuration, see +:cinder-doc:`Ceph backup driver `. + Next, copy the ``ceph.conf`` file into ``/etc/kolla/config/cinder/``: .. code-block:: ini