-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/13482/
-----------------------------------------------------------
Review request for cloudstack and Prasanna Santhanam.
Bugs: CLOUDSTACK-4096
Repository: cloudstack-git
Description
-------
Following are the fixes:
1. don't rely on prepopulated data for choosing the disk to be mounted
a. get the list of volumes
b. take the latest volume and add the proper device name for each hypervisor
xenserver - /dev/xvd{a|b...}
vmware - /dev/sd{a|b|..}
kvm - /dev/vd{a|b|...}
2. Get the right volume for taking snapshot.
and other script issues are also fixed.
Diffs
-----
test/integration/component/test_snapshots.py b97a83a
Diff: https://reviews.apache.org/r/13482/diff/
Testing
-------
tested
Thanks,
SrikanteswaraRao Talluri