This is an automated email from the ASF dual-hosted git repository.
shwstppr pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
from 27a3d617292 Fix unmanage VM marvin tests and small UI fixes for import
(#8338)
add 3bb318bab90 kvm: Add support for cgroupv2 (#8252)
new 82f7abddb30 Merge remote-tracking branch 'apache/4.18'
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:
.../java/com/cloud/agent/api/MigrateCommand.java | 11 +++
.../cloud/agent/api/PrepareForMigrationAnswer.java | 10 +++
.../com/cloud/vm/VirtualMachineManagerImpl.java | 67 +++++++++------
.../motion/StorageSystemDataMotionStrategy.java | 13 ++-
.../kvm/resource/LibvirtComputingResource.java | 82 ++++++++++++++++++-
.../wrapper/LibvirtMigrateCommandWrapper.java | 41 ++++++++++
.../LibvirtPrepareForMigrationCommandWrapper.java | 22 +++--
.../wrapper/LibvirtScaleVmCommandWrapper.java | 3 +-
.../kvm/resource/LibvirtComputingResourceTest.java | 95 ++++++++++++++++++++++
.../wrapper/LibvirtMigrateCommandWrapperTest.java | 81 ++++++++++++++++++
...bvirtPrepareForMigrationCommandWrapperTest.java | 73 +++++++++++++++++
.../wrapper/LibvirtScaleVmCommandWrapperTest.java | 5 ++
12 files changed, 464 insertions(+), 39 deletions(-)
create mode 100644
plugins/hypervisors/kvm/src/test/java/com/cloud/hypervisor/kvm/resource/wrapper/LibvirtPrepareForMigrationCommandWrapperTest.java