]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: Modify lazy omap stats to only show one copy 28070/head
authorBrad Hubbard <bhubbard@redhat.com>
Tue, 9 Jul 2019 05:03:24 +0000 (15:03 +1000)
committerBrad Hubbard <bhubbard@redhat.com>
Tue, 9 Jul 2019 23:34:18 +0000 (09:34 +1000)
commit490829c8eaf14f41de978ac0f93ecda3df8bcdef
tree6405b24aade1410aeec3ac7ccf22bc029de7f5e3
parent88e9ca58a06ba572ff4c6f6125a8ba7f8e0a7795
osd: Modify lazy omap stats to only show one copy

Only show stats from the primary to get more in line with other pg stats
representations.

Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
src/osd/PGBackend.cc
src/test/lazy-omap-stats/CMakeLists.txt
src/test/lazy-omap-stats/lazy-omap-stats-test.cc [deleted file]
src/test/lazy-omap-stats/lazy-omap-stats-test.h [deleted file]
src/test/lazy-omap-stats/lazy_omap_stats_test.cc [new file with mode: 0644]
src/test/lazy-omap-stats/lazy_omap_stats_test.h [new file with mode: 0644]
src/test/lazy-omap-stats/main.cc