]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon, mgr: do not output network ping stats 54922/head
authorPonnuvel Palaniyappan <pponnuvel@gmail.com>
Thu, 15 Sep 2022 14:55:06 +0000 (15:55 +0100)
committerPonnuvel Palaniyappan <pponnuvel@gmail.com>
Fri, 16 Feb 2024 11:03:57 +0000 (11:03 +0000)
commitbede01863606e4a2c52147483e64d5de461b29b5
tree9b9c7720fb97bbafb1a91f43af3153d7349ceeb4
parentfda8b5acbd7381dc4d86d7df5389e22aacffec22
mon, mgr: do not output network ping stats

When doing PG dump using 'ceph pg dump --format json-pretty'
the output is extremely big that the command hangs and also
the ceph-mgr hangs and eventuall fails over.

The exact size depends on the number of OSDs in the cluster
and the number of peers for each OSD.

In tests, it's been identified that the network ping times
is the largest component in terms of size which is removed
from the output now so as to limit the overall size.

Fixes https://tracker.ceph.com/issues/57460

Signed-off-by: Ponnuvel Palaniyappan <pponnuvel@gmail.com>
PendingReleaseNotes
src/mon/PGMap.h