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


 discard 083bf52d81e do not merge
     add 54926c324ff sanatise log in case multiple passwordsa have been passed 
(#8891)
     add e409c6d870a Fixup listing of serivce offering & storagepools with tags 
(#8937)
     add 80a8b80a9d5 Update volume's passphrase to null if diskOffering doesn't 
support encryption (#8904)
     add 08132acaa2f Fix restore VM with allocated root disk (#8977)
     add b23ceefc7ea utils: cleanup MacAddress and MacAddressTest (#8988)
     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 3de1f8b4baf Merge remote-tracking branch 'origin/4.18' into 4.19
     add e61f3bae4da Merge branch '4.19'
     add f41c934c94a Fix build error with MigrateKVMAsync
     add bd6ede87bd7 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   (083bf52d81e)
            \
             N -- N -- N   refs/heads/dummy (bd6ede87bd7)

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:
 .github/workflows/ci.yml                           |   1 +
 .../service/VolumeOrchestrationService.java        |   2 +-
 .../engine/orchestration/VolumeOrchestrator.java   |  11 +-
 .../upgrade/SystemVmTemplateRegistration.java      |  11 +-
 .../storage/volume/VolumeServiceImpl.java          |   2 +-
 .../hypervisor/kvm/resource/LibvirtVMDef.java      |   4 +
 .../hypervisor/kvm/resource/MigrateKVMAsync.java   |  46 +++-
 .../wrapper/LibvirtMigrateCommandWrapper.java      |  29 ++-
 .../kvm/resource/MigrateKVMAsyncTest.java          |  83 ++++++++
 .../wrapper/LibvirtMigrateCommandWrapperTest.java  |  78 ++++++-
 .../kvm/storage/LinstorStorageAdaptor.java         | 114 ++++++----
 server/src/main/java/com/cloud/api/ApiServer.java  |   2 +-
 .../java/com/cloud/api/query/QueryManagerImpl.java |   2 +-
 .../configuration/ConfigurationManagerImpl.java    |   2 +-
 .../main/java/com/cloud/vm/UserVmManagerImpl.java  |  10 +-
 test/integration/smoke/test_restore_vm.py          | 108 ++++++++++
 ui/src/views/compute/ReinstallVm.vue               |  18 +-
 .../main/java/com/cloud/utils/net/MacAddress.java  | 231 +++------------------
 .../java/com/cloud/utils/net/MacAddressTest.java   |  14 +-
 19 files changed, 489 insertions(+), 279 deletions(-)
 create mode 100644 
plugins/hypervisors/kvm/src/test/java/com/cloud/hypervisor/kvm/resource/MigrateKVMAsyncTest.java
 create mode 100644 test/integration/smoke/test_restore_vm.py

Reply via email to