]> git-server-git.apps.pok.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:34:57 +0000 (12:34 -0500)
commit176d3a663f88f6e51d09abdde56cd96d52302757
tree7d119d3d9219908a84c04bc0f97ca59ab46d2064
parent03e3447ad95debb98b3665b5076283ac977c5416
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