]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon/LogMonitor: call no_reply() on ignored log message 22104/head
authorSage Weil <sage@redhat.com>
Fri, 18 May 2018 20:44:09 +0000 (15:44 -0500)
committerKefu Chai <kchai@redhat.com>
Sun, 20 May 2018 09:41:52 +0000 (17:41 +0800)
commit509d1dea2d00fcb91d3a0fd11f90c3987fd919f6
treee42a7bf074dc654e0ed54bf7955372bebf5b93fe
parent34656d3c816d76b0c9c9c8e33b4e2815f8724b1f
mon/LogMonitor: call no_reply() on ignored log message

If we're dropping it on the floor, we need to tell the mon that, so that
it can tell the forwarding mon to discard its state.

Fixes: https://tracker.ceph.com/issues/24180
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 9661fa08ccc500587d35d7af8a905916167d8314)
src/mon/LogMonitor.cc