Jump to: navigation, search

Difference between revisions of "Obsolete:Ability to create more than one volume at the same time"

(Release Date)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<big><big><big><big>Ability to create more than one volume at the same time </big></big></big></big>
+
{{OldDesignPage}}
 +
 
 +
= Ability to create more than one volume at the same time =
  
 
== Summary ==
 
== Summary ==
 
Currently creating multiple volumes in a single request is not supported.  
 
Currently creating multiple volumes in a single request is not supported.  
 
== Release Date ==
 
== Release Date ==
 +
 
Cinder icehouse-3
 
Cinder icehouse-3
  
 
== Rationale ==
 
== Rationale ==
Creating multiple volumes will ehnance the user workload for repeatitive actions for large volume creation.
+
Creating multiple volumes will ehnance the user workload for repeatitive actions for large volume creation. The goal of the blueprint is to allow the creation of more volumes at the same time (of sequentially) from the cinder create command.
 +
 
 
== User Stories ==
 
== User Stories ==
 
As a Openstack End User I want to create multiple volumes at the same time using OpenStack CLI & REST interface.
 
As a Openstack End User I want to create multiple volumes at the same time using OpenStack CLI & REST interface.
Line 13: Line 17:
 
As a Openstack End User I want to create multiple volumes at the same time using OpenStack Dashboard.
 
As a Openstack End User I want to create multiple volumes at the same time using OpenStack Dashboard.
 
== Design ==
 
== Design ==
TBD
+
Update python-cinder client to accept new optional input parameter "--num-volumes" which will iterate through a loop to create the multiple volumes.
 +
 
 
== Implementation ==
 
== Implementation ==
 
=== Code Changes ===
 
=== Code Changes ===
Line 21: Line 26:
 
== Demo Plan ==
 
== Demo Plan ==
 
TBD
 
TBD
 +
 +
[[category: cinder]]

Latest revision as of 18:27, 9 January 2015

Warning.svg Old Design Page

This page was used to help design a feature for a previous release of OpenStack. It may or may not have been implemented. As a result, this page is unlikely to be updated and could contain outdated information. It was last updated on 2015-01-09

Ability to create more than one volume at the same time

Summary

Currently creating multiple volumes in a single request is not supported.

Release Date

Cinder icehouse-3

Rationale

Creating multiple volumes will ehnance the user workload for repeatitive actions for large volume creation. The goal of the blueprint is to allow the creation of more volumes at the same time (of sequentially) from the cinder create command.

User Stories

As a Openstack End User I want to create multiple volumes at the same time using OpenStack CLI & REST interface.

As a Openstack End User I want to create multiple volumes at the same time using OpenStack Dashboard.

Design

Update python-cinder client to accept new optional input parameter "--num-volumes" which will iterate through a loop to create the multiple volumes.

Implementation

Code Changes

TBD

Test Plan

TBD

Demo Plan

TBD