]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
crimson/.../alien_store: clear coll_map in umount rather than stop 59098/head
authorSamuel Just <sjust@redhat.com>
Thu, 8 Aug 2024 03:05:09 +0000 (20:05 -0700)
committerSamuel Just <sjust@redhat.com>
Thu, 8 Aug 2024 03:20:39 +0000 (03:20 +0000)
commit65734ae92b68389ecee81c2c1658c986ad46ba1c
tree7d58b70f4a22cf99c97f34a02413fd73fbf9e0ac
parenta2f85f0588a6b4db64c7efa04f31d9d87bcd5a45
crimson/.../alien_store: clear coll_map in umount rather than stop

As of a926a4a54ced, BlueStore::umount expects outstanding CollectionRef's
to already have been released.

Previously, 8389471b3 updated alien_store.cc to release coll_map in
stop() in in the alien tp.

Fixes: https://tracker.ceph.com/issues/67415
Signed-off-by: Samuel Just <sjust@redhat.com>
src/crimson/os/alienstore/alien_store.cc