Bug 1041684

Summary: [RFE][cinder]: Add the support of block level backup
Product: Red Hat OpenStack Reporter: RHOS Integration <rhos-integ>
Component: RFEsAssignee: RHOS Maint <rhos-maint>
Status: CLOSED UPSTREAM QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: markmc, yeylon
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: https://blueprints.launchpad.net/cinder/+spec/block-level-backup
Whiteboard: upstream_milestone_none upstream_status_started upstream_definition_obsolete
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-03-19 17:36:44 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description RHOS Integration 2013-12-12 18:38:28 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/cinder/+spec/block-level-backup.

Description:

So far in Cinder, the volume backup is implemented via reading the data of the volume and metadata, and saving them into an object in a object storage backend, such as swift.
This blueprint can add the support of backuping a volume and its metadata in another destination volume. At the first step, 
we can create a backup volume, attach it to the same host as the original volume and then do the "dd" or "dump" command.
In future, it would be ideal to consider the rsync over ssh between two hosts.

Specification URL (additional information):

None