]> git.apps.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)
committerNeha Ojha <nojha@redhat.com>
Thu, 29 Apr 2021 17:40:50 +0000 (17:40 +0000)
commit8fe61853e366c3d17855811c8fd433ceb734d6bc
tree448279e303781cd113b31839af3f9226b12276ed
parentcddf16504e7bd446ee4bb1aa46d11ee5e22e3bc1
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>
(cherry picked from commit 062a3859b989069b2120678db1787cb077e51bd3)
src/mon/OSDMonitor.cc