Bug 1041674

Summary: [RFE][cinder]: Efficient-VM-boot-from-volume
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/efficient-vm-boot-from-volume
Whiteboard: upstream_milestone_none upstream_status_unknown upstream_definition_superseded
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-03-19 17:26:10 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:36:07 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/cinder/+spec/efficient-vm-boot-from-volume.

Description:

So far, the image backend storage is swift or swift-alike object-based storage. It takes a very long time to start a new VM, since glance needs to copy the image to the node, where this VM is launched. This can be improved by reading the image from the volume. In addition, the speed of lauching a VM can be accelerated by some techniques like copy-on-write, multipath read, etc. This one may overlap with Efficient Volumes From Images https://blueprints.launchpad.net/cinder/+spec/effecient-volumes-from-images. Not sure how much similar it is.

Specification URL (additional information):

None