]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: unmount store after service.shutdown() 26043/head
authorKefu Chai <kchai@redhat.com>
Sun, 20 Jan 2019 05:05:26 +0000 (13:05 +0800)
committerKefu Chai <kchai@redhat.com>
Sun, 20 Jan 2019 05:06:17 +0000 (13:06 +0800)
commit37961c6be885704639e3fd9b19321287c61bc4d2
tree1052954358da2ee2f4eaed79d17967f069549e4b
parentdca49ee13a93c4ebc809cf760e51eef516bcc175
osd: unmount store after service.shutdown()

in service.shutdown(), the store's cache is accessed, so we need to
destroy the store after service.shutdown()

Fixes: http://tracker.ceph.com/issues/37975
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/osd/OSD.cc