]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mon/OSDMonitor: call no_reply() on ignored osd alive
authorNitzan Mordechai <nmordech@redhat.com>
Tue, 24 Jun 2025 09:57:25 +0000 (09:57 +0000)
committerNitzan Mordechai <nmordech@redhat.com>
Tue, 24 Jun 2025 09:57:32 +0000 (09:57 +0000)
commitfdf08aabfff48ec86385b0f41ea72152d6be7db3
treed5a3b1fec1213e3b4ed75393b5a87a8a6508fa86
parent71c63cdb1972ccccf2228905a3e3cddce7f4d458
mon/OSDMonitor: call no_reply() on ignored osd alive

When osd alive is been ignore, we need to call mon no_reply
so it can tell the forwarding mon to discard its state.

Fixes: https://tracker.ceph.com/issues/55101
Signed-off-by: Nitzan Mordechai <nmordech@ibm.com>
src/mon/OSDMonitor.cc