]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd/OSD: osd_fast_shutdown_notify_mon not quite right
authorNitzan Mordechai <nmordech@redhat.com>
Thu, 27 Jan 2022 13:13:28 +0000 (15:13 +0200)
committerLaura Flores <lflores@redhat.com>
Fri, 25 Mar 2022 17:50:51 +0000 (12:50 -0500)
commitb6f0324b157da99846a5cfd0ca11fabe2b51f99d
tree58b7964125e2d670f929cff5264fdec571411ce0
parente3bf1a787f600e2cc46568fd025c799e2ec2c7a4
osd/OSD: osd_fast_shutdown_notify_mon not quite right

When osd_fast_shutdown and osd_fast_shutdown_notify_mon set as true, OSD marked as Down
it should be marked as Dead,

Fixed: https://tracker.ceph.com/issues/53327

Signed-off-by: Nitzan Mordechai <nmordech@redhat.com>
nd

nd

(cherry picked from commit 07302d5e41c49c885c9398c1c478638023e3f264)
src/messages/MOSDMarkMeDown.h
src/mon/OSDMonitor.cc
src/osd/OSD.cc