]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: Modify lazy omap stats to only show one copy 29188/head
authorBrad Hubbard <bhubbard@redhat.com>
Tue, 9 Jul 2019 05:03:24 +0000 (15:03 +1000)
committerBrad Hubbard <bhubbard@redhat.com>
Tue, 23 Jul 2019 03:08:47 +0000 (13:08 +1000)
commit0cc014f0e00390606ff84b45d56d09d401191048
treedda56bd6574e79e60c19f62f97b612f650ae4ea1
parent565ac08c37923a2446dfacead0cb79caa84373a6
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>
(cherry picked from commit 490829c8eaf14f41de978ac0f93ecda3df8bcdef)
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