-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[UI] Batch volume creation #2980
[UI] Batch volume creation #2980
Conversation
Hello chengyanjin,My role is to assist you with the merge of this Status report is not available. |
ConflictThere is a conflict between your branch Please resolve the conflict on the feature branch ( $ git fetch
$ git checkout origin/improvement/2964-batch-volume-creation
$ git merge origin/development/2.6
$ # <intense conflict resolution>
$ git commit
$ git push origin HEAD:improvement/2964-batch-volume-creation |
We KILL breadcrumb! Refs: #2964
7c8dd1d
to
e04ef1e
Compare
Integration data createdI have created the integration data for the additional destination branches.
The following branches will NOT be impacted:
You can set option
|
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list: |
Wrong target, will create a new PR. |
Component: ui, volumes
Context:
We want to be able to batch create volume from UI.
Summary:
Note that:
For
RawBlockDevice
, the recommended path only happens with'/dev/vda'
, we will see later ifFor
SparseLoopDevice
, the size of the batch volume are the same as the default one.Acceptance criteria:
The Default Volume Creation Form
![image](https://user-images.githubusercontent.com/18453133/102068607-ecdea800-3dfc-11eb-98fe-194b81960a6e.png)
Volume type
![image](https://user-images.githubusercontent.com/18453133/102068646-fe27b480-3dfc-11eb-9d9e-e6a3da81dff4.png)
RawBlockDevice
batch creationVolume type
![image](https://user-images.githubusercontent.com/18453133/102069552-37acef80-3dfe-11eb-9469-f734ab86eab8.png)
SparseLoopDevice
batch creation. (From big HD screen)Closes: #2964