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 0bab0db881b Introducing concept of domain VPCs (#7153) add 3f2449f3d89 packaging: install tzdata-java on centos7/centos8 (#7768) add cdf01879ec3 ui: fix 404 error when list volumes of system vms (#7772) add 01e5c25523a search in (too) large result sets (#7766) add d9588822828 server: get id from persisted object ReservationVO (#7785) add d89d40595cb cloudutils: fix adding rocky9 host failure due to missing /etc/sysconfig/libvirtd (#7779) add f4a4417e4c7 pom.xml: add property project.systemvm.template.location (#7706) add d127d7939de KVM: fix SSVM starting when overprovisioning memory (#7663) add a2eb10304f2 UI: Filter templates by zone and hypervisor type when reinstall a VM (#7739) new d51d8a4a13b Merge release branch 4.18 to main 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: engine/schema/pom.xml | 12 +-- packaging/centos7/cloud.spec | 3 + packaging/centos8/cloud.spec | 3 + .../kvm/resource/LibvirtComputingResource.java | 9 +- .../hypervisor/kvm/resource/LibvirtVMDef.java | 4 +- .../kvm/resource/LibvirtComputingResourceTest.java | 2 +- .../hypervisor/kvm/resource/LibvirtVMDefTest.java | 38 +++---- pom.xml | 1 + python/lib/cloudutils/configFileOps.py | 68 ++++++------- .../main/java/com/cloud/hypervisor/KVMGuru.java | 2 +- .../cloud/resourcelimit/CheckedReservation.java | 2 +- ui/src/components/view/SearchView.vue | 110 ++++++++++++--------- ui/src/config/section/compute.js | 8 ++ ui/src/views/AutogenView.vue | 56 +++++++---- 14 files changed, 188 insertions(+), 130 deletions(-)