This is an automated email from the ASF dual-hosted git repository.
dahn pushed a change to branch dummy
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
omit 9ae60fb5cf0 do not merge
add a791d46abed events,alerts: Add missing indexes (#8276)
add 27a3d617292 Fix unmanage VM marvin tests and small UI fixes for import
(#8338)
add 3bb318bab90 kvm: Add support for cgroupv2 (#8252)
add 82f7abddb30 Merge remote-tracking branch 'apache/4.18'
add 684648c385a 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 (9ae60fb5cf0)
\
N -- N -- N refs/heads/dummy (684648c385a)
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:
.../java/com/cloud/agent/api/MigrateCommand.java | 11 +++
.../cloud/agent/api/PrepareForMigrationAnswer.java | 10 +++
.../com/cloud/vm/VirtualMachineManagerImpl.java | 67 +++++++++------
.../cloud/upgrade/dao/DatabaseAccessObject.java | 9 +-
.../java/com/cloud/upgrade/dao/DbUpgradeUtils.java | 6 +-
.../com/cloud/upgrade/dao/Upgrade41810to41900.java | 8 ++
.../upgrade/dao/DatabaseAccessObjectTest.java | 9 +-
.../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 ++
.../hypervisor/vmware/resource/VmwareResource.java | 3 +
ui/src/views/tools/ImportUnmanagedInstance.vue | 18 +++-
.../cloud/hypervisor/vmware/util/VmwareHelper.java | 18 ++--
19 files changed, 513 insertions(+), 61 deletions(-)
create mode 100644
plugins/hypervisors/kvm/src/test/java/com/cloud/hypervisor/kvm/resource/wrapper/LibvirtPrepareForMigrationCommandWrapperTest.java