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

weizhou pushed a change to branch 4.18-vm-autoscaling
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


    from 92527d4361 AS server: use try-catch-finally in scale up too
     add 79e5e7fe36 UI: Fix Volume Snapshot from user VM as admin (#6824)
     add ce84336ef6 Merge release branch 4.17 to main
     add 17fe98432d Remove unnecessary escape method (#6692)
     add 48ffa5dc0b Support multiple ceph monitors (#6792)
     new 4bda729de4 Merge remote-tracking branch 'apache/main' into 
4.18-vm-autoscaling

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/quota/QuotaAlertManagerImpl.java    |  60 +++++---
 .../api/response/QuotaResponseBuilderImpl.java     |   5 +-
 .../kvm/resource/LibvirtDomainXMLParser.java       |   2 +-
 .../kvm/resource/LibvirtStoragePoolDef.java        |  12 +-
 .../kvm/resource/LibvirtStoragePoolXMLParser.java  |  13 +-
 .../hypervisor/kvm/resource/LibvirtVMDef.java      |  14 +-
 .../hypervisor/kvm/storage/KVMPhysicalDisk.java    |  28 +++-
 .../kvm/resource/LibvirtStoragePoolDefTest.java    |  32 +++++
 .../resource/LibvirtStoragePoolXMLParserTest.java  | 104 ++++++++++++++
 .../hypervisor/kvm/resource/LibvirtVMDefTest.java  |  66 +++++++++
 .../kvm/storage/KVMPhysicalDiskTest.java           |  20 +++
 .../CloudStackPrimaryDataStoreLifeCycleImpl.java   |  49 +++----
 ui/public/locales/en.json                          |   1 +
 ui/src/views/compute/CreateSnapshotWizard.vue      |   2 +-
 ui/src/views/infra/AddPrimaryStorage.vue           |   5 +-
 utils/src/main/java/com/cloud/utils/UriUtils.java  |  84 +++++++++++
 .../test/java/com/cloud/utils/UriUtilsTest.java    | 154 ++++++++++++++++++++-
 17 files changed, 586 insertions(+), 65 deletions(-)
 create mode 100644 
plugins/hypervisors/kvm/src/test/java/com/cloud/hypervisor/kvm/resource/LibvirtStoragePoolXMLParserTest.java

Reply via email to