This is an automated email from the ASF dual-hosted git repository. sureshanaparti pushed a change to branch healthcheck-4.19 in repository https://gitbox.apache.org/repos/asf/cloudstack.git
discard 60b6e7f6e38 DO NOT MERGE add bf464585785 List templates and ISOs by domain (#11179) add 714b04e3a5f npe guard for get host info on vmware (#11054) add 9c6dfd2b264 Handle IllegalReferenceCountException for decoder, while uploading ISO from local (#10879) add 3fc02ddd45e Add format and physicalsize in listIsoOs api response (#11214) add 264e404108a Fix for dynamic scaling toggle for instance (#11086) add 75a2b3cc54c Validate qcow2 file during import operation (#11264) add a4263da8aea linstor: Use template's uuid if pool's downloadPath is null as resource-name (#11053) add d85217e5eb9 DO NOT MERGE This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (60b6e7f6e38) \ N -- N -- N refs/heads/healthcheck-4.19 (d85217e5eb9) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: .../command/user/config/ListCapabilitiesCmd.java | 1 + .../api/response/CapabilitiesResponse.java | 8 +++ .../com/cloud/agent/api/CheckVolumeAnswer.java | 15 +++- .../cloud/agent/api/CopyRemoteVolumeAnswer.java | 15 +++- .../wrapper/LibvirtCheckVolumeCommandWrapper.java | 79 ++++++++++++++++++---- .../LibvirtCopyRemoteVolumeCommandWrapper.java | 76 +++++++++++++++++---- .../LibvirtGetVolumesOnStorageCommandWrapper.java | 66 +++++++++++------- .../wrapper/LibvirtResizeVolumeCommandWrapper.java | 19 +----- .../hypervisor/kvm/storage/KVMPhysicalDisk.java | 33 +++++++++ plugins/storage/volume/linstor/CHANGELOG.md | 6 ++ .../kvm/storage/LinstorStorageAdaptor.java | 2 +- .../driver/LinstorPrimaryDataStoreDriverImpl.java | 12 +++- .../java/com/cloud/api/query/QueryManagerImpl.java | 28 +++++--- .../cloud/api/query/dao/TemplateJoinDaoImpl.java | 7 +- .../com/cloud/server/ManagementServerImpl.java | 1 + .../cloudstack/vm/UnmanagedVMsManagerImpl.java | 37 +++++++++- .../storage/resource/HttpUploadServerHandler.java | 12 +++- .../plugins/linstor/test_linstor_volumes.py | 73 ++++++++++++++++++-- ui/src/components/view/InfoCard.vue | 3 + ui/src/config/section/domain.js | 5 ++ ui/src/views/compute/DeployVM.vue | 14 +--- ui/src/views/compute/DeployVnfAppliance.vue | 14 +--- ui/src/views/compute/EditVM.vue | 16 +---- .../com/cloud/hypervisor/vmware/mo/HostMO.java | 7 +- 24 files changed, 418 insertions(+), 131 deletions(-)