]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd/scrub: Add stats to PG dump for number of objects scrubbed
authorAishwarya Mathuria <amathuri@redhat.com>
Tue, 10 Aug 2021 14:21:02 +0000 (19:51 +0530)
committerAishwarya Mathuria <amathuri@redhat.com>
Wed, 12 Jan 2022 09:27:27 +0000 (14:57 +0530)
commitfbee00afa6d05322157eb4da59521c3600e3d216
tree403ba11374830bb2bea4aaf991a53a7385515304
parent5fe65bc92bc22ea6e500c9ca93b55c8d3f3b2477
osd/scrub: Add stats to PG dump for number of objects scrubbed

Addition of a new column in PG dump, OBJECTS_SCRUBBED, which keeps track of the number of objects scrubbed.

Signed-off-by: Aishwarya Mathuria <amathuri@redhat.com>
src/mon/PGMap.cc
src/osd/PG.h
src/osd/osd_types.cc
src/osd/osd_types.h
src/osd/scrubber/pg_scrubber.cc