From: Sage Weil Date: Sun, 27 May 2018 14:49:37 +0000 (-0500) Subject: mon/OSDMonitor: no_reply on ignored MOSDFailure X-Git-Tag: v14.0.1~1254^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=69d9599806bfb189cb99f97f430c1b3629e10cc5;p=ceph.git mon/OSDMonitor: no_reply on ignored MOSDFailure If we are ignoring the message, tell the forwarding mon to discard it's state. Fixes: http://tracker.ceph.com/issues/24322 Signed-off-by: Sage Weil --- diff --git a/src/mon/OSDMonitor.cc b/src/mon/OSDMonitor.cc index 01730126aba..d30e3c4d12c 100644 --- a/src/mon/OSDMonitor.cc +++ b/src/mon/OSDMonitor.cc @@ -2176,6 +2176,7 @@ bool OSDMonitor::preprocess_failure(MonOpRequestRef op) return false; didit: + mon->no_reply(op); return true; }