]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore: fix bluefs perf counters about l_bluefs_log_compactions 57195/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:20 +0000 (17:29 +0700)
commit2799a4f7eb965b5321c9bc8d404ea7b65e396da8
treec3e5b5e37ad5c25a5de7051623146367bb3a9029
parente50273b395d5d6e272e7c9812a3cd109ee8feaca
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