]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon/OSDMonitor: call no_reply() on ignored osd alive 64507/head
authorNitzan Mordechai <nmordech@redhat.com>
Tue, 24 Jun 2025 09:57:25 +0000 (09:57 +0000)
committerNitzan Mordechai <nmordech@redhat.com>
Tue, 15 Jul 2025 13:11:48 +0000 (13:11 +0000)
commitf1c9701d8a12515a152a1b667acd8526effa8340
tree2cd056c211c0101e43511a92def9100eb9e63de8
parent782b166f7238a3e6292e6d57f94790a6853e277b
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>
(cherry picked from commit fdf08aabfff48ec86385b0f41ea72152d6be7db3)
src/mon/OSDMonitor.cc