Uh oh!
There was an error while loading. Please reload this page.
server: allow disk offering selection for volume from snapshot - #3246
Conversation
Snapshots created for ROOT disk does not have disk offering id therefore when volume is created from them resulting volume also doesn't have any disk offering. This change allows selection of disk offering in UI when creating volumes from such snapshots. Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
borisstoyanov
commented
Apr 5, 2019
@blueorangutan package |
blueorangutan
commented
Apr 5, 2019
@borisstoyanov a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
blueorangutan
commented
Apr 5, 2019
Packaging result: ✔centos6 ✔centos7 ✔debian. JID-2683 |
borisstoyanov
commented
Apr 5, 2019
@blueorangutan test |
blueorangutan
commented
Apr 5, 2019
@borisstoyanov a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
blueorangutan
commented
Apr 5, 2019
Trillian test result (tid-3476)
|
borisstoyanov
left a comment
There was a problem hiding this comment.
LGTM, manually checked
yadvr
commented
May 23, 2019
@blueorangutan package |
blueorangutan
commented
May 23, 2019
@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
blueorangutan
commented
May 23, 2019
Packaging result: ✔centos6 ✔centos7 ✔debian. JID-2770 |
yadvr
commented
May 24, 2019
@blueorangutan test centos7 vmware-65u2 |
blueorangutan
commented
May 24, 2019
@rhtyd a Trillian-Jenkins test job (centos7 mgmt + vmware-65u2) has been kicked to run smoke tests |
blueorangutan
commented
May 24, 2019
Trillian test result (tid-3580)
|
Signed-off-by: Abhishek Kumar <abhishek.kumar@shapeblue.com>
shwstppr
commented
Jun 13, 2019
@blueorangutan package |
blueorangutan
commented
Jun 13, 2019
@shwstppr a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
blueorangutan
commented
Jun 13, 2019
Packaging result: ✔centos6 ✔centos7 ✔debian. JID-2887 |
borisstoyanov
commented
Jun 17, 2019
@blueorangutan test |
blueorangutan
commented
Jun 17, 2019
@borisstoyanov a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
borisstoyanov
left a comment
There was a problem hiding this comment.
LGTM, attached test results
test-results.xlsx
blueorangutan
commented
Jun 17, 2019
Trillian test result (tid-3693)
|
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
Signed-off-by: Abhishek Kumar <abhishek.kumar@shapeblue.com>
Signed-off-by: Abhishek Kumar <abhishek.kumar@shapeblue.com>
borisstoyanov
commented
Jun 21, 2019
@blueorangutan package |
blueorangutan
commented
Jun 21, 2019
@borisstoyanov a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
blueorangutan
commented
Jun 21, 2019
Packaging result: ✔centos6 ✔centos7 ✔debian. JID-2921 |
yadvr
commented
Jun 25, 2019
@blueorangutan test |
blueorangutan
commented
Jun 25, 2019
@rhtyd a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
yadvr
commented
Jun 25, 2019
This can be merged as soon as the tests are in and are OK. |
blueorangutan
commented
Jun 25, 2019
Trillian test result (tid-11)
|
Description
Problem: Volume created from a snapshot does not show its disk offering.
Root Cause: The volume created from a snapshot of a root disk does not have a disk offering therefore the disk offering of the created volume from the snapshot is empty.
Solution: Refactored createVolume API and extended UI to allow user to select a disk offering while creating a volume using a root disk volume snapshot. For creating volumes using data disk volume snapshot, the disk offering given by the snapshot will be assigned. Disk offering selection in the UI form for volume creation from snapshot is depicted in screenshot below.
Types of changes
Screenshots (if appropriate):
How Has This Been Tested?
From UI