Bug 1041677 - [RFE][cinder]: Ability to create a volume already present in the storage backend
Summary: [RFE][cinder]: Ability to create a volume already present in the storage backend
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: RFEs
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: RHOS Maint
QA Contact:
URL: https://blueprints.launchpad.net/cind...
Whiteboard: upstream_milestone_none upstream_stat...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-12 18:36 UTC by RHOS Integration
Modified: 2015-11-20 19:50 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-03-19 16:53:34 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description RHOS Integration 2013-12-12 18:36:42 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/cinder/+spec/ability-to-create-a-volume-already-present-in-the-storage-backend.

Description:

It would be nice to have the possibility to 'add' a volume instead of creating it, the latest implies a block creation. The purpose of this new command and API implementation is close the glance image-create. With glance, it will go like this:

$ glance image-create --size 2147483648 --name foo --store rbd --disk-format raw --container-format ovf --location rbd://ubuntu-raw

Basically:

As an administrator, I would like to be able to import existing volumes from a storage backend without having to extract them and then re-import them.

From a DB perspective, the operation is just a registration of a new volume nothing less nothing more.

Specification URL (additional information):

None


Note You need to log in before you can comment on or make changes to this bug.