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 20f65fc4b57 4.20 Health Check, please don't merge this!
add 1f0ffee8583 VPC: fix private mtu of vpc tier (#10257)
add cd6d1a23a2b KVM: return null state instead of Disconnected when
investigate a host without NFS (#10515)
add 8ce34ad791e kvm: find cluster-wide pools only in Up state when
investigate a host (#10516)
add 0427abf855f Merge branch '4.19' of
https://github.com/apache/cloudstack into 4.20
add 54c1f92efd2 Fix Stats Collector to not divide by zero (#10492)
add 95c24810ab4 linstor: try to delete -rst resource before snapshot
backup (#10443)
add f8adedc2802 Merge release branch 4.19 to 4.20
add 5a768b239a6 4.20 Health Check, please don't merge this!
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 (20f65fc4b57)
\
N -- N -- N refs/heads/healthcheck-4.20 (5a768b239a6)
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:
.../main/java/com/cloud/ha/KVMInvestigator.java | 5 ++--
plugins/storage/volume/linstor/CHANGELOG.md | 6 +++++
.../driver/LinstorPrimaryDataStoreDriverImpl.java | 29 +++++++++++++---------
.../java/com/cloud/network/NetworkServiceImpl.java | 6 ++---
.../main/java/com/cloud/server/StatsCollector.java | 4 +--
.../com/cloud/network/NetworkServiceImplTest.java | 2 +-
6 files changed, 32 insertions(+), 20 deletions(-)