This is an automated email from the ASF dual-hosted git repository.
weizhou pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
from 54a7a5d7e1d utils: rename cloud-utils-*-SHADED.jar to
cloud-utils-*-bundled.jar to fix the build error on MacOS (#7944)
add 2cccd8f754a db: Add index on cluster_details.name for FirstFitPlanner
speedup (#7922)
add 89e0a4ca25c PowerFlex: Handle missing volumes gracefully during delete
volume (#7924)
add 57c61fb33cf Fix direct download https compressed qcow2 template
checker (#7932)
add 0bb05f7871a ui: don't skip if dataview has multiple items in response
(#7947)
add 126dd5fa4cf kvm: fix live vm migration between local storage pools
(#7945)
add f049f5409e0 server: fix dualstack ipv6 networks for vxlan (#7933)
new f6b2a587272 Merge branch '4.18'
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:
.../download/HttpsDirectTemplateDownloader.java | 3 +-
.../cloud/upgrade/dao/DatabaseAccessObject.java | 29 +++++++++-
.../java/com/cloud/upgrade/dao/DbUpgradeUtils.java | 8 +++
.../com/cloud/upgrade/dao/Upgrade41800to41810.java | 5 ++
.../upgrade/dao/DatabaseAccessObjectTest.java | 61 ++++++++++++++++++++++
.../hypervisor/kvm/resource/LibvirtConnection.java | 2 -
.../resource/wrapper/LibvirtCheckUrlCommand.java | 5 ++
.../cloud/network/guru/VxlanGuestNetworkGuru.java | 5 +-
.../datastore/client/ScaleIOGatewayClientImpl.java | 19 +++++--
.../network/guru/ExternalGuestNetworkGuru.java | 18 +------
.../com/cloud/network/guru/GuestNetworkGuru.java | 18 +++++++
.../storage/template/DownloadManagerImpl.java | 2 +-
ui/src/views/AutogenView.vue | 4 --
.../java/com/cloud/utils/storage/QCOW2Utils.java | 42 ++++++++-------
.../com/cloud/utils/storage/QCOW2UtilsTest.java | 6 +--
15 files changed, 169 insertions(+), 58 deletions(-)