WIP Send additional fsyncs from secondary OSDs to primaries to prevent lockups

This commit is contained in:
Vitaliy Filippov
2023-09-16 17:54:28 +03:00
parent 3bcf276d4d
commit a39e8acc88
10 changed files with 154 additions and 11 deletions
+5
View File
@@ -82,3 +82,8 @@ uint32_t blockstore_t::get_bitmap_granularity()
{
return impl->get_bitmap_granularity();
}
bool blockstore_t::wants_fsync()
{
return impl->wants_fsync();
}