]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore: BlueFS: harmonize log read and writes modes 50474/head
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:25:46 +0000 (17:25 +0100)
commit68e548dee6709f6d2a28bf550d49280af2eea6a5
tree26819fd76cb2a2a3b3c39b1b03d81d052eac2004
parent879c7fb7ac07ccfd504c79c83af3bbd5293df9d5
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>
(cherry picked from commit 80e9c5d1c328448f0ef2a836c8a312296e6f49d7)
src/os/bluestore/BlueFS.cc