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

sureshanaparti pushed a change to branch healthcheck-main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


 discard 316ca8899af 4.21/main Health Check, please don't merge this!
     add a38205ebf0e   Add s390x Support for Cloudstack Simulator (#12337)
     add 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
     add a5b6bc3be62 Merge branch '4.22'
     add d85fbaf6c9e 4.21/main 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   (316ca8899af)
            \
             N -- N -- N   refs/heads/healthcheck-main (d85fbaf6c9e)

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:
 .../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 +--
 tools/docker/{Dockerfile => Dockerfile.s390x}      |  21 ++-
 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 ++
 23 files changed, 536 insertions(+), 188 deletions(-)
 copy tools/docker/{Dockerfile => Dockerfile.s390x} (76%)

Reply via email to