This is an automated email from the ASF dual-hosted git repository.
dahn pushed a change to branch healthcheck-4.20
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
discard c396d007d12 dummy commit , please don't merge
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
add 9811c147054 dummy commit , please don't 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 (c396d007d12)
\
N -- N -- N refs/heads/healthcheck-4.20 (9811c147054)
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:
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(-)