]> 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)
committersinguliere <singuliere@autistici.org>
Thu, 1 Apr 2021 20:53:19 +0000 (22:53 +0200)
commitc290d82357d0d8bf722e377e7c65a38ac6e17885
treeafe40a2ecdf188d892fc5809ae6ef18434275edf
parent63918352c08b272ead184e1c30a530a3cc784b01
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)

 Conflicts:
src/mon/OSDMonitor.cc
because mon-> in master is mon. in octopus
src/mon/OSDMonitor.cc