]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon: mark manager beacons as no_reply
authorGreg Farnum <gfarnum@redhat.com>
Fri, 16 Feb 2018 23:44:22 +0000 (15:44 -0800)
committerPrashant D <pdhange@redhat.com>
Fri, 23 Mar 2018 00:54:46 +0000 (20:54 -0400)
commit70dce16a6ee9a849f6a1c29053a9d79ed1a2a025
tree585828fc2ab1bb8d5e857c4a6000c6571cc00cf9
parentd2b27f269774641a5e33fdf56b5328e4fd4906c3
mon: mark manager beacons as no_reply

We never reply to manager beacons, and we have to mark them
that way or else forwarded messages pile up pending replies
and things eventually block.

Fixes: http://tracker.ceph.com/issues/22114
Reported-by: Hongpeng Lu <ludehp@163.com>
Signed-off-by: Greg Farnum <gfarnum@redhat.com>
(cherry picked from commit 57ecc1ef1c1d4df973517c71ba02e5d1a16fb9c1)
src/mon/MgrMonitor.cc