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

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


    omit 67b2eaba20e do not merge
     add 59e9ab9efee Fix volume response for service offering with disk 
offering (#9273)
     add 7e00678691e set isSystem for SVM IPs (#9281)
     add f4612c51ec4 libvirtstorage: Make sure netfs storage was really mounted 
(#8887)
     add 6a518e29b74 Allow deletion of external managed cks nodes (#9183)
     add c17aa0d9ada Import Remote KVM VM logging improvements (#9284)
     add f792684b9c4 Support migration of VM imported from a remote host (#9259)
     add f944d4c61d1 debian: add cpu-checker to debian/control (#9263)
     add 3e30283500f Fix migration from local storage to NFS in KVM (#8909)
     add 8b07b66f145 Fix volume snapshot of encrypted NFS/StorPool volume 
(#8873)
     add de266a4cb85 api,server: allow updating hypervisor capabilities with 
hypervisor and  version (#8475)
     add 4d6df586da2 engine-schema: fix options for host.allocators.order 
config (#8733)
     add fcfa3713373 kvm: support Rocky/RHEL/OL/Alma in the same cluster (#8641)
     add 42e71175d77 Merge remote-tracking branch 'origin/4.18' into 4.19
     add c5b2b7a0c3c 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   (67b2eaba20e)
            \
             N -- N -- N   refs/heads/4.19-dummy (c5b2b7a0c3c)

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:
 .../config/UpdateHypervisorCapabilitiesCmd.java    |  14 ++
 .../admin/vm/ImportUnmanagedInstanceCmd.java       |   8 +-
 .../com/cloud/agent/api/CheckVolumeAnswer.java     |   1 -
 .../com/cloud/agent/api/CheckVolumeCommand.java    |   1 -
 .../cloud/agent/api/CopyRemoteVolumeAnswer.java    |   1 -
 .../cloud/agent/api/CopyRemoteVolumeCommand.java   |   2 +-
 .../com/cloud/agent/api/GetRemoteVmsAnswer.java    |   2 +-
 .../com/cloud/agent/api/GetRemoteVmsCommand.java   |   2 +-
 .../agent/api/GetUnmanagedInstancesAnswer.java     |   2 +-
 .../agent/api/GetUnmanagedInstancesCommand.java    |   2 +-
 debian/control                                     |   2 +-
 .../cloud/hypervisor/HypervisorCapabilitiesVO.java |  12 ++
 .../resources/META-INF/db/schema-41900to41910.sql  |   5 +
 .../motion/StorageSystemDataMotionStrategy.java    |  63 ++-----
 .../KvmNonManagedStorageSystemDataMotionTest.java  |   8 +-
 .../StorageSystemDataMotionStrategyTest.java       |  71 --------
 .../kvm/resource/LibvirtComputingResource.java     |  12 +-
 .../wrapper/LibvirtGetRemoteVmsCommandWrapper.java |  21 +--
 ...LibvirtGetUnmanagedInstancesCommandWrapper.java |   2 +-
 .../kvm/storage/KVMStorageProcessor.java           | 185 ++++++++++++---------
 .../kvm/storage/LibvirtStorageAdaptor.java         |  18 +-
 .../kvm/storage/KVMStorageProcessorTest.java       |  66 ++++----
 .../cluster/KubernetesServiceHelperImpl.java       |   3 +
 .../cluster/KubernetesServiceHelperImplTest.java   |  20 ++-
 .../StorPoolBackupSnapshotCommandWrapper.java      |  63 +++++--
 .../com/cloud/api/query/dao/VolumeJoinDaoImpl.java |   7 +-
 .../kvm/discoverer/LibvirtServerDiscoverer.java    |  18 +-
 .../com/cloud/network/guru/PublicNetworkGuru.java  |   2 +-
 .../com/cloud/server/ManagementServerImpl.java     |  52 +++++-
 .../cloudstack/vm/UnmanagedVMsManagerImpl.java     |   6 +-
 .../discoverer/LibvirtServerDiscovererTest.java    |  54 ++++++
 31 files changed, 424 insertions(+), 301 deletions(-)
 create mode 100644 
server/src/test/java/com/cloud/hypervisor/kvm/discoverer/LibvirtServerDiscovererTest.java

Reply via email to