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

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


    from 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
     new e61f3bae4da Merge branch '4.19'

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:
 .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   |  45 +++-
 .../wrapper/LibvirtMigrateCommandWrapper.java      |  29 ++-
 .../kvm/resource/MigrateKVMAsyncTest.java          |  83 ++++++++
 .../wrapper/LibvirtMigrateCommandWrapperTest.java  |  78 ++++++-
 .../kvm/storage/LinstorStorageAdaptor.java         | 114 ++++++----
 .../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 +-
 18 files changed, 487 insertions(+), 278 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