Docs: Cinder backups in Ceph

This patch adds documentation for storing Cinder backups in Ceph,
including how to customize the Ceph user and storage pool.

Closes-bug: 1491763

Change-Id: I18ea7e2463601979088c873ec76dce1ce0de3575
(cherry picked from commit 81aa895fbd)
This commit is contained in:
Major Hayden 2016-02-08 21:49:13 -06:00
parent 91903e378d
commit 20bd5aadfe
1 changed files with 19 additions and 1 deletions

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