This is an automated email from the ASF dual-hosted git repository.
sureshanaparti pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
from 7b94ccc443f eofFix
add 81f16b62616 engine/schema: prepend algorithm to checksum during
systemvm template registration (#12165)
add c1c1b0e7659 extension: improve host vm power reporting (#11619)
add e1d512e5fd1 Set CORS headers for both http/https in SSVM apache config
(#9389)
add ef60aa56015 Restart xl2tpd service when the VPN configuration is
modified (#12422)
add 45d623ec0d8 Update search filter size dynamically (#12552)
add 25eacaa1ff1 set `displayName` to `name` by default (#9719)
add d0e21a7dba8 UI: Prevent extra API calls in search filter on scrolling
(#12553)
add d98511dddd8 Update physical size for the snapshots of the volumes on
ceph primary storage (#12465)
add 6bed3d4e641 Update storage usage / size in backup usage response
(#12539)
add 30d306622a9 Merge branch '4.20' into 4.22
new a5b6bc3be62 Merge branch '4.22'
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:
.../api/command/user/vm/DeployVMCmd.java | 2 +-
.../api/command/user/vm/UpdateVMCmd.java | 5 +-
.../cloudstack/storage/to/SnapshotObjectTO.java | 2 -
.../upgrade/SystemVmTemplateRegistration.java | 4 +-
.../storage/snapshot/SnapshotObject.java | 5 +-
extensions/HyperV/hyperv.py | 24 +++
extensions/Proxmox/proxmox.sh | 168 +++++++++++++--------
.../ExternalPathPayloadProvisioner.java | 65 +++++++-
.../ExternalPathPayloadProvisionerTest.java | 148 ++++++++++++++++++
.../kvm/resource/LibvirtComputingResource.java | 15 +-
.../kvm/storage/KVMStorageProcessor.java | 81 +++++++---
.../hypervisor/external/provisioner/provisioner.sh | 11 ++
.../main/java/com/cloud/api/ApiResponseHelper.java | 7 +-
systemvm/debian/etc/apache2/vhost.template | 8 +-
systemvm/debian/opt/cloud/bin/configure.py | 20 ++-
systemvm/debian/opt/cloud/bin/setup/common.sh | 3 -
systemvm/debian/opt/cloud/bin/setup/secstorage.sh | 23 +--
ui/src/components/view/SearchFilter.vue | 26 ++--
ui/src/views/AutogenView.vue | 66 ++++----
.../com/cloud/usage/parser/BackupUsageParser.java | 3 +-
.../usage/parser/VMSnapshotOnPrimaryParser.java | 2 +-
.../cloudstack/utils/security/DigestHelper.java | 15 ++
22 files changed, 519 insertions(+), 184 deletions(-)