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 1c626c884c6 Update bug.yml
add c5e8f63452a Fix NPE issues during host rolling maintenance, due to
host tags and custom constrained/unconstrained service offering (#9844)
add 00c659b7a76 api: fix access for listSystemVmUsageHistory (#10032)
add 0b8076c38cf Configure org.eclipse.jetty.server.Request.maxFormKeys
from server.properties and increase the default value (#10214)
add 70776b067a4 fix listing of VMs by network (#10204)
add 1ff68cf9b10 linstor: Fix ZFS snapshot backup (#10219)
add 5167c3b613f Merge branch '4.19' into 4.20
new 81e052cfebf Merge release branch 4.20 to main
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:
client/conf/server.properties.in | 3 ++
.../java/org/apache/cloudstack/ServerDaemon.java | 10 ++++
.../api/ListSystemVMsUsageHistoryCmd.java | 2 +-
plugins/storage/volume/linstor/CHANGELOG.md | 6 +++
.../LinstorBackupSnapshotCommandWrapper.java | 14 +++--
.../java/com/cloud/api/query/QueryManagerImpl.java | 1 +
.../resource/RollingMaintenanceManagerImpl.java | 59 ++++++++++++++++++---
.../RollingMaintenanceManagerImplTest.java | 60 ++++++++++++++++++++++
8 files changed, 144 insertions(+), 11 deletions(-)