]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon/OSDMonitor: do not return no_reply() again
authorKefu Chai <kchai@redhat.com>
Thu, 11 Mar 2021 09:45:49 +0000 (17:45 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 19 Mar 2021 16:04:32 +0000 (00:04 +0800)
commit062a3859b989069b2120678db1787cb077e51bd3
tree6aef5cf184f3eff445f973444b0af1a1c1395bd9
parent164ff62aa5ac205783410c42161881837694f9c9
mon/OSDMonitor: do not return no_reply() again

we always return "no_op" message to proxy monitor in
`OSDMonitor::prepare_failure()` at the very beginning of this method. so
no need to reply the peon again when discarding the failure report.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/mon/OSDMonitor.cc