This is an automated email from the ASF dual-hosted git repository. sureshanaparti pushed a change to branch 4.19-dummy in repository https://gitbox.apache.org/repos/asf/cloudstack.git
discard 2030bf31e5b do not merge add ae3fa5d0de3 Add configuration to limit the number of rows deleted from vm_stats (#8740) add 097359bef9e plugins/shutdown: fix triggerShutdown scheduling and response (#9276) add 5ab23cd9c97 Timeout config to copy the disks of remote KVM instance while importing the instance from an external host (#9213) add ded7b4dbe5a test: fix test failure on ubuntu 24.04: "top: unknown option 'n'" (#9262) add ce2bc67e5ca do not merge This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (2030bf31e5b) \ N -- N -- N refs/heads/4.19-dummy (ce2bc67e5ca) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: .../apache/cloudstack/vm/UnmanagedVMsManager.java | 9 ++++++++ .../cloud/agent/api/CopyRemoteVolumeCommand.java | 3 --- .../src/main/java/com/cloud/vm/dao/VmStatsDao.java | 6 +++-- .../main/java/com/cloud/vm/dao/VmStatsDaoImpl.java | 21 ++++++++++++++--- .../main/java/com/cloud/utils/db/GenericDao.java | 8 +++++++ .../java/com/cloud/utils/db/GenericDaoBase.java | 12 +++++++++- .../kvm/resource/LibvirtComputingResource.java | 27 +++++++++++++++------- .../LibvirtCopyRemoteVolumeCommandWrapper.java | 17 +++++++------- .../cloudstack/shutdown/ShutdownManagerImpl.java | 5 +++- .../configuration/ConfigurationManagerImpl.java | 2 ++ .../main/java/com/cloud/server/StatsCollector.java | 12 ++++++---- .../cloudstack/vm/UnmanagedVMsManagerImpl.java | 21 +++++++++-------- .../java/com/cloud/server/StatsCollectorTest.java | 8 +++---- .../java/com/cloud/user/MockUsageEventDao.java | 5 ++++ test/integration/smoke/test_service_offerings.py | 2 +- .../main/java/com/cloud/utils/ssh/SshHelper.java | 8 ++++++- 16 files changed, 120 insertions(+), 46 deletions(-)