]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: synchronously open collection handles
authorSage Weil <sage@redhat.com>
Sat, 13 Jan 2018 17:59:01 +0000 (11:59 -0600)
committerSage Weil <sage@redhat.com>
Mon, 12 Feb 2018 20:35:26 +0000 (14:35 -0600)
commit4044b4574cb7a9c543dc5f019d1ed1fa67bb01f5
tree10a649df21ba52377be0bffadb87537a8e933c57
parent907b6281e99ece3677dd7b012cf4955731db6120
osd: synchronously open collection handles

bluestore and memstore are the only backends to implement
open_collection, and both of them can issue a handle immediately
after queue_transaction.  Do that!

Signed-off-by: Sage Weil <sage@redhat.com>
src/osd/OSD.cc