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/09/19 07:10:39 UTC

[cloudstack] branch 4.18-vm-autoscaling updated (dd9c9b5e339 -> a6c0d8bf08e)

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 dd9c9b5e339 Merge remote-tracking branch 'apache/main' into 4.18-vm-autoscaling
     add 2b87cba3f44 AS server: update default cleanup interval from 24 hours to 6 hours
     add 6108efa6bf2 AS server: check dummy records for group and inactive records for group/policy
     add a6c0d8bf08e AS server: do not get vm statistics if vm is stopped (hostid is null)

No new revisions were added by this update.

Summary of changes:
 .../as/dao/AutoScaleVmGroupStatisticsDao.java      |  4 ++-
 .../as/dao/AutoScaleVmGroupStatisticsDaoImpl.java  | 15 ++++++++-
 .../dao/AutoScaleVmGroupStatisticsDaoImplTest.java | 36 +++++++++++++++++++---
 .../com/cloud/network/as/AutoScaleManager.java     |  4 +--
 .../com/cloud/network/as/AutoScaleManagerImpl.java | 36 +++++++++++++---------
 .../cloud/network/as/AutoScaleManagerImplTest.java |  8 +++--
 .../com/cloud/network/as/AutoScaleManagerTest.java |  2 +-
 7 files changed, 79 insertions(+), 26 deletions(-)