]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
Bluestore: fix bluestore collection_list latency perf counter 52949/head
authorwangwenjuan <wangwenjuan@example.com>
Fri, 26 May 2023 06:57:15 +0000 (06:57 +0000)
committerKonstantin Shalygin <k0ste@k0ste.ru>
Fri, 11 Aug 2023 13:08:01 +0000 (20:08 +0700)
commit983dcce607b8652a31ddf13b674c0ce7d3af4a80
tree74613e4dd8c18ffda03508bc9612e64ef3757400
parenta2b26f7ec224b909e3d88482ef57bb9bb459e3d7
Bluestore: fix bluestore collection_list latency perf counter

Fixed bug in BlueStore::_collection_list using l_bluestore_remove_lat as bluestore list delay time,
which should be l_bluestore_clist_lat.

Fixes: https://tracker.ceph.com/issues/61460
Signed-off-by: Wangwenjuan <wangwenjuan_yewu@cmss.chinamobile.com>
(cherry picked from commit 749076a077dd059f3322fc56bf08b4b89ecda0aa)
src/os/bluestore/BlueStore.cc