]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore: fix using incomplete bluefs log when dumping it. 42831/head
authorIgor Fedotov <ifedotov@suse.com>
Tue, 9 Feb 2021 15:16:09 +0000 (18:16 +0300)
committerIgor Fedotov <ifedotov@suse.com>
Wed, 18 Aug 2021 11:23:33 +0000 (14:23 +0300)
commit47632fe9baf7f20921c3e6888e29c4478fa5ff2d
treecd65cc7d7e463754df881b21c3cd19ed721303ac
parent0c833663159692977ade1dd28023e06c5c259ef4
os/bluestore: fix using incomplete bluefs log when dumping it.

BlueFS superblock might contain incomplete list of physical extents for
bluefs log. Hence we should alway replay ops for ino 1 to get them properly.

Fixes: https://tracker.ceph.com/issues/52311
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
src/os/bluestore/BlueFS.cc