]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore: fix fsck deferred_replay
authorSage Weil <sage@redhat.com>
Fri, 26 May 2017 20:24:57 +0000 (16:24 -0400)
committerSage Weil <sage@redhat.com>
Tue, 30 May 2017 01:56:17 +0000 (21:56 -0400)
commit811c38ed6bd7d11e196c848e19d6a46cc383d45d
treed152ccae4fd831b585c9954a55f4252b2464b786
parentd79c7723eb20172a5d2d692f336a1f662ec6b53e
os/bluestore: fix fsck deferred_replay

_deferred_replay needs the kv_sync_thread to complete IOs; start them
just for that, but then shut them down again.  (We might revisit that
later if/when fsck does any sort of repair.)

Signed-off-by: Sage Weil <sage@redhat.com>
src/os/bluestore/BlueStore.cc