]> 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)
committerRadosław Zarzyński <rzarzyns@redhat.com>
Fri, 10 Mar 2023 16:42:54 +0000 (17:42 +0100)
commit672a15e0600713de36f72fcdfddebda73c1745b6
treeaaa76e2343ef0b5ebd144f9676e9a48021f7ef0c
parent0447d535c14cd711af288300f5ccc6cd3874567a
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