This is an automated email from the ASF dual-hosted git repository.
dahn pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
from 9bcd98876d6 Make kvm domain persistent when unmanaged from CS (#11541)
add 30cb8c7a820 Fix importing unmanaged instances due to incorrect
internal name (#11753)
add 70af55e8489 UI support for extraconfig in deploy and update instance
(#11719)
add c631d6a480d CKS: generate a random UUID as password of CKS user in
project (#11639)
add ca7138b3bdf server: Consider Instance in Starting state as well for
allocation algorithm (#11751)
add e12813de497 CKS: fix CKS creation on an existing Shared and Routed
network (#11735)
add 8e4dc0a66d2 VMware: match nic mac for ip address fetch (#10641)
add 963a67b8167 server: add user.password.reset.smtp.useStartTLS and
enabledSecurityProtocols for password reset (#11228)
add 823cb00a0a0 server: do not enable the disabled local storage(s) on
host connection during mgmt server / agent start (#11722)
add a208db54ea8 linstor: use sparse/discard qemu-img convert on thin
devices (#11787)
add aca82359606 Merge branch '4.19' into 4.20
new 5f63e8493c5 Merge branch '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:
.../org/apache/cloudstack/api/ApiConstants.java | 1 +
.../command/user/config/ListCapabilitiesCmd.java | 1 +
.../api/response/CapabilitiesResponse.java | 8 ++
.../java/com/cloud/vm/dao/VMInstanceDaoImpl.java | 6 +-
.../volume/datastore/PrimaryDataStoreHelper.java | 4 +-
.../hypervisor/vmware/resource/VmwareResource.java | 17 ++-
.../cluster/KubernetesClusterManagerImpl.java | 5 +-
.../CloudStackPrimaryDataStoreLifeCycleImpl.java | 2 +-
plugins/storage/volume/linstor/CHANGELOG.md | 6 ++
.../LinstorRevertBackupSnapshotCommandWrapper.java | 22 +++-
.../kvm/storage/LinstorStorageAdaptor.java | 38 +------
.../storage/datastore/util/LinstorUtil.java | 34 ++++++
.../com/cloud/server/ManagementServerImpl.java | 120 ++++++++-------------
.../java/com/cloud/user/AccountManagerImpl.java | 5 +-
.../src/main/java/com/cloud/vm/UserVmManager.java | 9 ++
.../main/java/com/cloud/vm/UserVmManagerImpl.java | 31 +++---
.../cloudstack/user/UserPasswordResetManager.java | 11 ++
.../user/UserPasswordResetManagerImpl.java | 6 ++
ui/public/locales/en.json | 2 +
ui/src/views/compute/DeployVM.vue | 12 +++
ui/src/views/compute/EditVM.vue | 23 ++++
21 files changed, 218 insertions(+), 145 deletions(-)