]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore: remove _reap_collection in umount.
authorJianpeng Ma <jianpeng.ma@intel.com>
Thu, 16 Nov 2017 14:11:07 +0000 (22:11 +0800)
committerJianpeng Ma <jianpeng.ma@intel.com>
Fri, 17 Nov 2017 10:14:59 +0000 (18:14 +0800)
commitab4f797bfd3739e9722615abe8be57a7bd364c5e
tree46e6291e5a1db8228d9e61ac9b9c1632ea903e32
parent196c71f4657ba19924e371e54b9d88c35448a2c5
os/bluestore: remove _reap_collection in umount.

Queue removed collections and reap removed collection in the same
thread(_kv_finalize_thread). If this thread terminated and mean all
removed collection handle. Unless expection, so add a assert.

Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com>
src/os/bluestore/BlueStore.cc