Bug 1041672 - [RFE][cinder]: Ability to create multiple volumes at the same time
Summary: [RFE][cinder]: Ability to create multiple volumes at the same time
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:35 UTC by RHOS Integration
Modified: 2015-03-19 17:36 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-03-19 17:36:39 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description RHOS Integration 2013-12-12 18:35:32 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/cinder/+spec/ability-to-create-multiple-volume-from-a-single-command.

Description:

The goal of the blueprint is to allow the creation of more volumes at the same time (of sequentially) from the cinder create command. The idea is the same as nova, thus a new option (new parameter of 'create') should be added like so:

$ cinder create --num-volumes 3 --display-name volume <size>

Obviously a UUID must be generated to differentiate all the volumes:

volume-3a69ab4d-8974-446a-8899-d31b31f318ce
volume-49eb8cc3-93aa-489f-8937-94d73825c1cd
volume-5e89a7c8-7482-4303-b080-265714d68279

This will also need additional input parameters on dashboard for number of volumes. 

Specification URL (additional information):

https://wiki.openstack.org/wiki/Ability_to_create_more_than_one_volume_at_the_same_time


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