You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by we...@apache.org on 2022/11/09 21:30:58 UTC

[cloudstack] branch 4.18-vm-autoscaling updated (c8868e90374 -> abd09a96301)

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

weizhou pushed a change to branch 4.18-vm-autoscaling
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


    from c8868e90374 AS: use MBITS_TO_BYTES instead of MBITS_To_BYTES
     add 4c5a2ba3a6e Updated Hellenic (Greek) Translation Draft (for 4.18) (#6843)
     add 5b09340420e Fix flaky tests in SMTPMailSenderTest.java and ReflectionToStringBuilderUtilsTest.java (#6875)
     add 1843632c24d Fix memory stats for KVM (#6358)
     add abd09a96301 Merge remote-tracking branch 'apache/main' into 4.18-vm-autoscaling

No new revisions were added by this update.

Summary of changes:
 agent/conf/agent.properties                        |    1 -
 agent/src/main/java/com/cloud/agent/Agent.java     |    3 +-
 .../kvm/resource/LibvirtComputingResource.java     |   87 +-
 .../kvm/resource/LibvirtDomainXMLParser.java       |   27 +
 .../hypervisor/kvm/resource/LibvirtVMDef.java      |   64 +-
 .../kvm/resource/LibvirtComputingResourceTest.java |  155 +-
 .../kvm/resource/LibvirtDomainXMLParserTest.java   |    6 +
 .../hypervisor/kvm/resource/LibvirtVMDefTest.java  |   23 +
 ui/public/locales/el_GR.json                       | 1552 ++++++++++++--------
 .../utils/mailing/SMTPMailSenderTest.java          |    3 +-
 .../ReflectionToStringBuilderUtilsTest.java        |    4 +
 11 files changed, 1326 insertions(+), 599 deletions(-)