Skip to content

Commit b47393e

Browse files
committed
os/bluestore: update some BlueFS perf counters more frequently
Signed-off-by: Igor Fedotov <[email protected]>
1 parent fa94666 commit b47393e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/os/bluestore/BlueFS.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4770,6 +4770,7 @@ void BlueFS::collect_alerts(osd_alert_list_t& alerts) {
47704770
if (bdev[BDEV_WAL]) {
47714771
bdev[BDEV_WAL]->collect_alerts(alerts, "WAL");
47724772
}
4773+
_update_logger_stats(); // just to have it updated more frequently
47734774
}
47744775

47754776
int BlueFS::open_for_read(

0 commit comments

Comments
 (0)