Bug 1041663

Summary: [RFE][cinder]: Support backup of in-use volumes
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/cinder-live-backup
Whiteboard: upstream_milestone_none upstream_status_unknown upstream_definition_obsolete
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-03-19 17:13:24 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:33:14 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/cinder/+spec/cinder-live-backup.

Description:

Cinder currently supports backing up a volume only if the volume is 'available' i.e. not attached or busy. This blueprint proposes to add support for taking a backup of a volume that is attached to an instance (in-use) in a similar way to creating a snapshot of a live volume with --force.

This would involve silently taking a snaphot of the live volume, and backing up from that snapshot thus hopefully eliminating data corruption issues from data changing during the backup process.

We will also need to make sure that the following bug gets sorted for Glance/boot metadata in order to allow restore of bootable volumes:

https://bugs.launchpad.net/cinder/+bug/1137908

Specification URL (additional information):

None