]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd/OSD: osd_fast_shutdown_notify_mon not quite right 45655/head
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 18:09:35 +0000 (13:09 -0500)
commit5ffb33ad96517de58b303614cd01b769ae9a3aa4
tree52daab47e946c3b9117d02f203afafb08a6ab2a3
parent2560462fb42536b1569f4bbaf63c3f8afbec57f2
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)

 Conflicts:
src/mon/OSDMonitor.cc
- In Octopus, an arrow operator was used instead of
                  the dot operator for calling monitor clog info.
src/messages/MOSDMarkMeDown.h
src/mon/OSDMonitor.cc
src/osd/OSD.cc