]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
os/bluestore: accept undecodable multi-block bluefs transactions on log
authorIgor Fedotov <ifedotov@suse.com>
Wed, 18 Aug 2021 10:39:02 +0000 (13:39 +0300)
committerIgor Fedotov <ifedotov@suse.com>
Wed, 18 Aug 2021 16:18:43 +0000 (19:18 +0300)
commit2ba5cb7865c2a7452ee2abda5e0986ce9c42f4b9
tree93cb1c6565a5dd20fe8380bd0e44df789ad74458
parent0c833663159692977ade1dd28023e06c5c259ef4
os/bluestore: accept undecodable multi-block bluefs transactions on log
replay.

We should proceed with OSD startup when detecting undecodable bluefs
transaction spanning multiple disk blocks during log replay.
The rationale is that such a transaction might appear during unexpected
power down - just not every disk block is written to disk. Hence we can
consider this a normal log replay stop condition.

https://tracker.ceph.com/issues/52079

Signed-off-by: Igor Fedotov <ifedotov@suse.com>
src/os/bluestore/BlueFS.cc