]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore: fix bluefs perf counters about l_bluefs_log_compactions 57196/head
authorwanglinke <wanglinke@cmss.chinamobile.com>
Thu, 22 Feb 2024 02:19:56 +0000 (10:19 +0800)
committerKonstantin Shalygin <k0ste@k0ste.ru>
Wed, 1 May 2024 10:29:47 +0000 (17:29 +0700)
commitba40ce2147b42351c440625f9e0497b3a803042f
treeae6f875f8126f796ca6f6fbfb0f6de38b53695a3
parentd69ee407b56322a8289acc4c5fe3d52e531708d5
os/bluestore: fix bluefs perf counters about l_bluefs_log_compactions

In BlueFS::_compact_log_sync_LNF_LD,l_bluefs_log_compactions
is being counted two times.

Fixes: https://tracker.ceph.com/issues/64533
co-author: Jrchyang Yu <yuzhiqiang_yewu@cmss.chinamobile.com>
Signed-off-by: Wang Linke <wanglinke_yewu@cmss.chinamobile.com>
(cherry picked from commit d06f34c5e772bb834bd17a593801ad97e4596338)
src/os/bluestore/BlueFS.cc