This is an automated email from the ASF dual-hosted git repository.
dahn pushed a change to branch healthcheck-4.20
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
discard 0b4a3170641 4.20 Health Check, please don't merge this!
add 890386e9499 Allow custom NTP servers for CPVM (#11210)
add 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)
add 609efcc231a Merge branch '4.19' into 4.20
add fa9a60c0266 4.20 Health Check, please don't merge this!
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 (0b4a3170641)
\
N -- N -- N refs/heads/healthcheck-4.20 (fa9a60c0266)
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 +-
.../main/java/com/cloud/vm/VirtualMachineGuru.java | 4 +
.../wrapper/LibvirtCheckVolumeCommandWrapper.java | 80 +++++++++--
.../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 +-
.../cloudstack/api/command/LdapListUsersCmd.java | 5 +-
.../apache/cloudstack/ldap/LdapAuthenticator.java | 58 +++++---
.../apache/cloudstack/ldap/LdapManagerImpl.java | 22 +--
.../java/com/cloud/api/query/QueryManagerImpl.java | 55 +++++---
.../cloud/api/query/dao/TemplateJoinDaoImpl.java | 7 +-
.../consoleproxy/ConsoleProxyManagerImpl.java | 6 +-
.../com/cloud/server/ManagementServerImpl.java | 1 +
.../cloudstack/vm/UnmanagedVMsManagerImpl.java | 37 ++++-
.../SecondaryStorageManagerImpl.java | 5 +-
.../storage/resource/HttpUploadServerHandler.java | 12 +-
systemvm/debian/opt/cloud/bin/setup/common.sh | 6 +-
.../debian/opt/cloud/bin/setup/consoleproxy.sh | 4 +
systemvm/debian/opt/cloud/bin/setup/secstorage.sh | 1 +
.../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 | 152 ++-------------------
33 files changed, 508 insertions(+), 325 deletions(-)