This is an automated email from the ASF dual-hosted git repository.
sureshanaparti pushed a change to branch 4.22
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
from 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)
new 30d306622a9 Merge branch '4.20' into 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 -
.../storage/snapshot/SnapshotObject.java | 5 +-
.../kvm/resource/LibvirtComputingResource.java | 15 ++--
.../kvm/storage/KVMStorageProcessor.java | 81 +++++++++++++++++-----
.../main/java/com/cloud/api/ApiResponseHelper.java | 7 +-
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 +-
11 files changed, 138 insertions(+), 76 deletions(-)