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 81e052cfebf Merge release branch 4.20 to main
add 96b757c35bc packaging: have noarch defined for rpms (#10057)
add 7e295ec4e19 [KVM] Add watchdog model none to disable use of watchdogs
on KVM agent (#10203)
add 91f1adab862 UI: set redundant state as N/A for non-redundant routers
(#10227)
add d053bb97ecf Fix to allow actions on the network if it belongs to a
project (#9550)
add b186272f687 kvm: add SCSI controllers based on the number of
virtio-SCSI disks (#9823)
add 09f154796a2 server: Fix host CPU number (#10218)
add 1e59f5cd0cd ui: fix passing vlan while creating vpc tier (#10239)
add 20759187b31 Fix local storage deletion cases (#10231)
add 4d9fd1b73fa Added displaynetwork option in filters for listnetwork
only for admin (#10209)
add c9fea62276c [UI] Switch between allocated and used capacity on
dashboard (#10215)
add 2aa2e92dff4 Handle special characters when exporting ACLs (#10259)
add 4787885fc09 cks: prevent npe on cluster listing with removed offering
(#10075)
add 0a77eb7f85f deal with NPE during host reconnect (#10158)
add 34d2a3bc86d Merge branch '4.19' into 4.20
new 98f56639541 Merge branch '4.20'
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:
agent/conf/agent.properties | 1 +
.../cloud/agent/properties/AgentProperties.java | 1 +
.../api/response/HostForMigrationResponse.java | 447 +--------------------
.../com/cloud/agent/manager/AgentManagerImpl.java | 38 +-
packaging/el8/cloud.spec | 5 +-
.../kvm/resource/LibvirtComputingResource.java | 19 +-
.../hypervisor/kvm/resource/LibvirtVMDef.java | 6 +-
.../LibvirtDeleteStoragePoolCommandWrapper.java | 60 ++-
.../kvm/resource/LibvirtComputingResourceTest.java | 5 +-
.../hypervisor/kvm/resource/LibvirtVMDefTest.java | 11 +
.../cluster/KubernetesClusterManagerImpl.java | 2 +-
.../com/cloud/api/query/dao/HostJoinDaoImpl.java | 122 +-----
.../java/com/cloud/storage/StorageManagerImpl.java | 16 +-
ui/public/locales/en.json | 2 +
ui/src/components/view/ListView.vue | 7 +
ui/src/components/view/SearchView.vue | 46 +--
ui/src/components/widgets/Status.vue | 2 +
ui/src/config/section/network.js | 125 +-----
ui/src/views/AutogenView.vue | 3 +
ui/src/views/dashboard/CapacityDashboard.vue | 29 +-
ui/src/views/network/AclListRulesTab.vue | 2 +-
ui/src/views/network/VpcTiersTab.vue | 2 +-
22 files changed, 205 insertions(+), 746 deletions(-)