]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore: disable on_applied sync_complete
authorSage Weil <sage@redhat.com>
Mon, 29 Jan 2018 14:55:38 +0000 (08:55 -0600)
committerSage Weil <sage@redhat.com>
Mon, 29 Jan 2018 14:55:38 +0000 (08:55 -0600)
commita78cdceeec739bdfbcb19bd0f4f892b564013ea4
treec221f4d6ffdbb6c567f2b30e5635adbabcb8f93f
parent4f537e2263086f5e35dd03c5f86b0d6d91a834d4
os/bluestore: disable on_applied sync_complete

1. This is causing problems in ECBackend that are not obvious.
2. It didn't show any performance win anyway.
3. I'm trying to remove on_applied callbacks entirely.  If that works out
this will all be moot!

Fixes: http://tracker.ceph.com/issues/22668
Signed-off-by: Sage Weil <sage@redhat.com>
src/os/bluestore/BlueStore.cc