]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore: unconditionally repair legacy statfs 32758/head
authorIgor Fedotov <ifedotov@suse.com>
Tue, 21 Jan 2020 19:01:02 +0000 (22:01 +0300)
committerIgor Fedotov <ifedotov@suse.com>
Thu, 23 Jan 2020 15:57:04 +0000 (18:57 +0300)
commit06fe9875278dd49a7e6d089da160d978fa54d22e
tree0ebb7e5c53635a6a3c8ed13c4249f03ccfd8c685
parent2605c375d531d092ae455468dd5180778ba7fd4f
os/bluestore: unconditionally repair legacy statfs

To be inline with per-pool omaps let's repair legacy statfs no matter
what's the value (true or false) is set to 'bluestore_fsck_error_on_no_per_pool_omap'
parameter. I.e. repair will bring per-pool  statfs even when legacy statfs are considered as warning.

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