]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osdc/Journaler: wrap recover() completion in finisher
authorJohn Spray <john.spray@redhat.com>
Thu, 1 Dec 2016 19:10:35 +0000 (19:10 +0000)
committerJohn Spray <john.spray@redhat.com>
Wed, 8 Mar 2017 10:20:56 +0000 (10:20 +0000)
commit1b36be9850e0c30a62316bcb724de21101041660
tree9103861454314e16aafbadb02066eb738ce46550
parent459c745a707829e90dfd22aefa838d66b4fa21fa
osdc/Journaler: wrap recover() completion in finisher

Otherwise, the callback will deadlock if it in turn
calls into any Journaler functions.  Don't care
about performance because we do this once at startup.

Signed-off-by: John Spray <john.spray@redhat.com>
src/osdc/Journaler.cc