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

[cloudstack] branch main updated (90413cb307 -> 74623aa3d3)

This is an automated email from the ASF dual-hosted git repository.

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


    from 90413cb307 client: Improve cloudstack-setup-management message (#6822)
     add d182eacf86 host affinity: fix vm cannot be started if a vm is stopped in the affinity group (#6936)
     add 9fd2d82af9 vmware: fix vmware vm snapshot operations for datastorecluster (#6912)
     add a4d3780143 ui: fix incorrect hypervisor in deploy VM wizard (#6952)
     new 74623aa3d3 Merge remote-tracking branch 'apache/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:
 .../cloudstack/affinity/HostAffinityProcessor.java |   4 +-
 .../vmware/manager/VmwareStorageManagerImpl.java   |   7 +-
 .../manager/VmwareStorageManagerImplTest.java      | 119 +++++++++++++++++++++
 ui/src/views/compute/DeployVM.vue                  |   1 +
 4 files changed, 128 insertions(+), 3 deletions(-)
 create mode 100644 plugins/hypervisors/vmware/src/test/java/com/cloud/hypervisor/vmware/manager/VmwareStorageManagerImplTest.java


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

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

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

commit 74623aa3d302351ba2287b27300b662a1c3cf889
Merge: 90413cb307 a4d3780143
Author: Wei Zhou <we...@apache.org>
AuthorDate: Wed Dec 7 13:37:30 2022 +0100

    Merge remote-tracking branch 'apache/4.17'

 .../cloudstack/affinity/HostAffinityProcessor.java |   4 +-
 .../vmware/manager/VmwareStorageManagerImpl.java   |   7 +-
 .../manager/VmwareStorageManagerImplTest.java      | 119 +++++++++++++++++++++
 ui/src/views/compute/DeployVM.vue                  |   1 +
 4 files changed, 128 insertions(+), 3 deletions(-)