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)
[&, start_time = mono_clock::now(), func_name = __func__] {
log_latency_fn(
func_name,
- l_bluestore_remove_lat,
+ l_bluestore_clist_lat,
mono_clock::now() - start_time,
cct->_conf->bluestore_log_collection_list_age,
[&](const ceph::timespan& lat) {