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

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


 discard 2fb220454cb don't merge
     add 0e08a126dfd systemvm: add template_zone_ref record when add a new zone 
with same hypervisor type (#8395)
     add cec6ade257c change live migration API used on kvm (#8952)
     add eead2710f81 explanatory error message on delete attempt of default 
system offering (#8883)
     add 9d5d4e55648 linstor: cleanup diskless nodes on disconnect (#8790)
     add 5c9d79e3fb4 Upgrade org.json:json version (#8750)
     add fa22044ef4e don't 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   (2fb220454cb)
            \
             N -- N -- N   refs/heads/4.18-dummy (fa22044ef4e)

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:
 .../upgrade/SystemVmTemplateRegistration.java      |  11 +-
 .../hypervisor/kvm/resource/LibvirtVMDef.java      |   4 +
 .../hypervisor/kvm/resource/MigrateKVMAsync.java   |  45 +++++++-
 .../wrapper/LibvirtMigrateCommandWrapper.java      |  29 +++++-
 .../kvm/resource/MigrateKVMAsyncTest.java          |  83 +++++++++++++++
 .../wrapper/LibvirtMigrateCommandWrapperTest.java  |  78 ++++++++++++--
 .../kvm/storage/LinstorStorageAdaptor.java         | 114 +++++++++++++--------
 pom.xml                                            |   2 +-
 .../configuration/ConfigurationManagerImpl.java    |   2 +-
 9 files changed, 312 insertions(+), 56 deletions(-)
 create mode 100644 
plugins/hypervisors/kvm/src/test/java/com/cloud/hypervisor/kvm/resource/MigrateKVMAsyncTest.java

Reply via email to