Merge "Docs: Cinder backups in Ceph"

This commit is contained in:
Jenkins 2016-02-17 11:48:37 +00:00 committed by Gerrit Code Review
commit 7cda6ba8a4

View File

@ -51,11 +51,29 @@ back up to an external Object Storage installation.
cinder_service_backup_compression_algorithm: zlib
cinder_service_backup_metadata_version: 2
During installation of Block Storage, the backup service is configured.
For more information about swift, refer to the Standalone Object Storage
Deployment guide.
Using Ceph for Cinder backups
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Deployers can use Ceph to hold Cinder volume backups if they have Ceph
deployed. To get started, set the ``cinder_service_backup_driver`` Ansible
variable:
.. code-block:: yaml
cinder_service_backup_driver: cinder.backup.drivers.ceph
Next, configure the Ceph user and the pool to use for backups. The defaults
are shown here:
.. code-block:: yaml
cinder_service_backup_ceph_user: cinder-backup
cinder_service_backup_ceph_pool: backups
--------------
.. include:: navigation.txt