Jump to: navigation, search

Difference between revisions of "Cinder/blueprints/multi-attach-volume"

(Specification in support of the multi-attach-volume blueprint.)
 
(Summary: Add etherpad link.)
Line 9: Line 9:
 
Currently the Block Storage (Cinder) service only allow a volume to be attached to one instance at a time. The Compute Service (Nova) also makes assumptions in a number of places to this effect as do the APIs, CLIs, and UIs exposed to users. This specification is drafted in support of [https://blueprints.launchpad.net/cinder/+spec/multi-attach-volume multi-attach-volume] and aims to outline the changes required to allow users to share volumes between multiple guests using either read-write or read-only attachments.
 
Currently the Block Storage (Cinder) service only allow a volume to be attached to one instance at a time. The Compute Service (Nova) also makes assumptions in a number of places to this effect as do the APIs, CLIs, and UIs exposed to users. This specification is drafted in support of [https://blueprints.launchpad.net/cinder/+spec/multi-attach-volume multi-attach-volume] and aims to outline the changes required to allow users to share volumes between multiple guests using either read-write or read-only attachments.
 
                                                                                    
 
                                                                                    
Comments from a previous proposal to this effect ([https://blueprints.launchpad.net/cinder/+spec/shared-volume shared-volume]) were also taken into consideration.
+
Comments from a previous proposal to this effect ([https://blueprints.launchpad.net/cinder/+spec/shared-volume shared-volume]) were also taken into consideration. Further background is also available in the etherpad from the [https://etherpad.openstack.org/p/summit-havana-cinder-multi-attach-and-ro-volumes relevant session] at the Portland (Havana) Design Summit.
                                                                                 
+
 
 
==Blockers==
 
==Blockers==

Revision as of 18:50, 26 November 2013

[ DRAFT ]

Summary

Currently the Block Storage (Cinder) service only allow a volume to be attached to one instance at a time. The Compute Service (Nova) also makes assumptions in a number of places to this effect as do the APIs, CLIs, and UIs exposed to users. This specification is drafted in support of multi-attach-volume and aims to outline the changes required to allow users to share volumes between multiple guests using either read-write or read-only attachments.

Comments from a previous proposal to this effect (shared-volume) were also taken into consideration. Further background is also available in the etherpad from the relevant session at the Portland (Havana) Design Summit.

Blockers