]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
os/bluestore: BlueFS: harmonize log read and writes modes
authorAdam Kupczyk <akupczyk@ibm.com>
Fri, 10 Mar 2023 07:53:27 +0000 (08:53 +0100)
committerAdam Kupczyk <akupczyk@ibm.com>
Fri, 10 Mar 2023 07:53:27 +0000 (08:53 +0100)
commit80e9c5d1c328448f0ef2a836c8a312296e6f49d7
tree55563bb274988a4d30dff1b464175cefee981d92
parentbfe00d4bbc610a2e2a2d8f52374ccaa1675e9064
os/bluestore: BlueFS: harmonize log read and writes modes

BlueFS log has always been written in non-buffered mode.
Reading of it depends on bluefs_buffered_io option.
It is strongly suspected that this causes some wierd problems.

Possibly fixes: https://tracker.ceph.com/issues/54019

Signed-off-by: Adam Kupczyk <akupczyk@ibm.com>
src/os/bluestore/BlueFS.cc