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

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


    from ed6ee6b704f Mark LDAP user query timeout as incorrect login instead of 
disabling user immediately (#11220)
     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)
     new 6ad17393be9 Merge branch '4.19' into 4.20

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:
 .../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  |  80 ++++-
 .../LibvirtCopyRemoteVolumeCommandWrapper.java     |  81 ++++-
 .../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     | 392 +--------------------
 24 files changed, 426 insertions(+), 514 deletions(-)

Reply via email to