]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Added Cinder volume backup to Ceph support
authorEdward Hope-Morley <edward.hope-morley@canonical.com>
Tue, 25 Jun 2013 09:11:11 +0000 (10:11 +0100)
committerEdward Hope-Morley <edward.hope-morley@canonical.com>
Mon, 1 Jul 2013 09:06:42 +0000 (10:06 +0100)
commite96b3e5ffcd8d01c461bc915e3eaebecab1516b9
tree94d6efce603680562ece08f6ddaaa789ad4ad4ae
parented504ac5ebe62be543f8688b709aff4300103bf2
Added Cinder volume backup to Ceph support

Added new Ceph backup service to allow backup
of Cinder volumes to a Ceph object store. This
driver is compatible with the existing backup
interface provided by the Swift backup service.

Implements: blueprint cinder-backup-to-ceph

Change-Id: I299f033347cb263e7169c4a4efb758d19e753f46
cinder/backup/api.py
cinder/backup/manager.py
cinder/backup/services/ceph.py [new file with mode: 0644]
cinder/exception.py
cinder/tests/backup/fake_rados.py [new file with mode: 0644]
cinder/tests/test_backup_ceph.py [new file with mode: 0644]
etc/cinder/cinder.conf.sample