]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
crimson/osd: fix osd shutdown problem 36128/head
authorXuehan Xu <xxhdx1985126@163.com>
Wed, 15 Jul 2020 10:29:09 +0000 (18:29 +0800)
committerXuehan Xu <xxhdx1985126@163.com>
Thu, 16 Jul 2020 09:30:48 +0000 (17:30 +0800)
commit1dc4c0cd692d219b56435322effad7d11e0807ac
tree70e544a849f8fe8374ea0b6868ff02529a06b546
parent49fa97042232e446632fffde6d7253dcd353aaa7
crimson/osd: fix osd shutdown problem

when doing full-system shutdown, monitors may go down before OSDs in which case
the osd shutdown hangs waiting for monc to successfully send the markmedown msg
to monitors

Fixes: https://tracker.ceph.com/issues/46564
Signed-off-by: Xuehan Xu <xxhdx1985126@163.com>
src/crimson/osd/osd.cc