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 78213da8286 appliance: use Debian 11.8.0 and systemvm version to
4.19.0 (#8084)
add 3b11663d87e Fix failure on agent reconnection (#8089)
add 1e133d05c7a kvm: Handle the failures when setting up memory balloon
stats period for KVM VMs (#8049)
add e6f048bc2e8 CKS: fix wrong format of cluster size on UI (#8182)
new a15cb81c85d Merge remote-tracking branch 'apache/4.18' into 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:
agent/src/main/java/com/cloud/agent/Agent.java | 4 +
.../main/java/com/cloud/agent/api/PingAnswer.java | 13 +-
.../com/cloud/agent/manager/AgentManagerImpl.java | 148 +++++++++++++--------
.../kvm/resource/LibvirtComputingResource.java | 4 +-
.../kvm/resource/LibvirtDomainXMLParser.java | 25 +++-
test/integration/smoke/test_host_ping.py | 102 ++++++++++++++
ui/src/components/view/ListView.vue | 30 +++--
7 files changed, 250 insertions(+), 76 deletions(-)
create mode 100644 test/integration/smoke/test_host_ping.py