]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore/bluefs: Sync BlueFS log with its allocation delta
authorAdam Kupczyk <akupczyk@redhat.com>
Wed, 24 Nov 2021 17:55:05 +0000 (18:55 +0100)
committerAdam Kupczyk <akupczyk@redhat.com>
Mon, 20 Dec 2021 21:55:37 +0000 (21:55 +0000)
commitae5c5b7655535887ef56c96af62a1bf99f4c1d13
treeeaee88705638cf373ba74a927253bad699e9eece
parentbaed63ab124fb14a92fa52a035111d5e122e4be6
os/bluestore/bluefs: Sync BlueFS log with its allocation delta

BlueFS log is the only file that we can append to.
When we append to file we must take into consideration previously commited allocations,
otherwise update will be miscalculated.

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