]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
Bluestore: fix bluestore collection_list latency perf counter 52951/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:55 +0000 (20:08 +0700)
commitb69057df482cd454e723303aa4048401beb6ac35
tree46c409adde7a2df16b58c4ab006f9dce521dfcec
parent4a6f2379a0cd294f19ba382d89e585e5333cd9b6
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