You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2022/07/01 05:14:47 UTC

[cloudstack] branch main updated (5fe095ee0a -> 6607a98597)

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


[cloudstack] 01/01: Merge remote-tracking branch 'origin/4.17'

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git

commit 6607a9859778bdb4ad9b898283669679513bd55f
Merge: 5fe095ee0a 637a102922
Author: Rohit Yadav <ro...@shapeblue.com>
AuthorDate: Fri Jul 1 10:44:29 2022 +0530

    Merge remote-tracking branch 'origin/4.17'

 .../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(-)