]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
test/osd: add performance test case for maybe_remove_pg_upmap
authorxie xingguo <xie.xingguo@zte.com.cn>
Sat, 1 Jun 2019 02:43:10 +0000 (10:43 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Mon, 3 Jun 2019 02:50:45 +0000 (10:50 +0800)
commitc0ce22b8c861fb76957b4cbbd59d9800e1ec09c3
tree546493db458b176db86ad05fbe35db338f34566e
parent52cdbfce4d468152049729f80375af93aec08556
test/osd: add performance test case for maybe_remove_pg_upmap

Tom Byrne reported that maybe_remove_pg_upmap might become
super inefficient for large clusters with balancer on.
To identify and resolve the problem, we need to add some good
measurements first.

Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
src/test/osd/TestOSDMap.cc