This is an automated email from the ASF dual-hosted git repository.
rohit pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
from 5fe095ee0a Merge remote-tracking branch 'origin/4.17'
add 2326164c17 api: Added information about deviceid 0 to attach root
volume to VM (#6518)
add 637a102922 Fix for VMware VM migration with volume in local storage
(#6483)
new 6607a98597 Merge remote-tracking branch 'origin/4.17'
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../api/command/user/volume/AttachVolumeCmd.java | 2 +-
.../java/com/cloud/hypervisor/guru/VMwareGuru.java | 29 ++++-
.../com/cloud/hypervisor/guru/VMwareGuruTest.java | 119 +++++++++++++++++++++
3 files changed, 148 insertions(+), 2 deletions(-)
create mode 100644
plugins/hypervisors/vmware/src/test/java/com/cloud/hypervisor/guru/VMwareGuruTest.java