]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore: make flush() only wait for kv commit
authorSage Weil <sage@redhat.com>
Wed, 8 Mar 2017 19:48:12 +0000 (14:48 -0500)
committerSage Weil <sage@redhat.com>
Tue, 21 Mar 2017 18:56:27 +0000 (13:56 -0500)
commit3238162bd98801e0bfe1e81a511559a1cb22dfdb
tree850e5956d1b89ab53911afac54a6d95fd1ef6ee3
parenta56cd6ba38d4597381c079260901a325597b2bfb
os/bluestore: make flush() only wait for kv commit

The only remaining flush() users only need to see previous txc's applied
to the kv db (e.g., _omap_clear needs to see the records to delete them).

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