Configuring Cinder with the Ceph RBD backup driver

Cinder supports a backup mechanism to back up Cinder volumes on external storage devices. Cinder has a Ceph rbd backup driver implementation allowing you to back up Cinder volumes to a dedicated backup Ceph pool.

Configuring Cinder with the Ceph RBD backup driver

Getting ready

Before getting started with configuring the Ceph rbd backup driver, make sure to install Ceph client packages and Python rbd binding library on node running cinder-backup service:

[root@controller ~]# yum install -y python-rbd ceph

We will need to prepare a storage pool named cinder-backups:

[root@ceph-node1 ~]# ceph osd pool create cinder-backups 128

Also, we will need a copy ...

Get Production Ready OpenStack - Recipes for Successful Environments now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.