]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: log the number of 'dups' entries in a PG Log 46606/head
authorRadoslaw Zarzynski <rzarzyns@redhat.com>
Thu, 9 Jun 2022 18:44:10 +0000 (18:44 +0000)
committerRadoslaw Zarzynski <rzarzyns@redhat.com>
Thu, 9 Jun 2022 20:01:40 +0000 (20:01 +0000)
commit8f1c8a7309976098644bb978d2c1095089522846
tree833fd4f4024c8bec724154f5f870e09c784d4c09
parent16b73f58c675f4b9fbeeb27ac7e3b166b0f7a6af
osd: log the number of 'dups' entries in a PG Log

We really want to have the ability to know how many
entries `PGLog::IndexedLog::dups` has inside.
The current ways are either invasive (stopping an OSD)
or indirect (examination of `dump_mempools`).

The code comes from Nitzan Mordechai (part of
ede37edd79a9d5560dfb417ec176327edfc0e4a3).

Fixes: https://tracker.ceph.com/issues/55982
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
src/osd/PeeringState.cc