This is an automated email from the ASF dual-hosted git repository.
sureshanaparti pushed a change to branch healthcheck-4.22
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
discard 725c040e455 4.22 Health Check, please don't merge this!
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 86ac7a13d09 4.22 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 (725c040e455)
\
N -- N -- N refs/heads/healthcheck-4.22 (86ac7a13d09)
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 -
.../storage/snapshot/SnapshotObject.java | 5 +-
.../kvm/resource/LibvirtComputingResource.java | 15 ++--
.../kvm/storage/KVMStorageProcessor.java | 81 +++++++++++++++++-----
.../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 +-
15 files changed, 157 insertions(+), 111 deletions(-)