]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon: do not quickly mark mds laggy when MON_DOWN 42943/head
authorPatrick Donnelly <pdonnell@redhat.com>
Fri, 27 Aug 2021 01:16:30 +0000 (21:16 -0400)
committerPatrick Donnelly <pdonnell@redhat.com>
Fri, 3 Sep 2021 17:02:04 +0000 (13:02 -0400)
commit89c901a4944158c21eb26d53676a709fa2964c9d
treee9b4caea9337d07ca8b57555ccb6302652bdec06
parent1a9aab62b615830107ee28866630f043e1a01a35
mon: do not quickly mark mds laggy when MON_DOWN

The MDS may be sending beacons to a partitioned or newly restarted
monitor. This will wrongly cause the current leader to believe the MDS
is unavailable.

Fixes: https://tracker.ceph.com/issues/43216
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
src/common/options/mon.yaml.in
src/mon/MDSMonitor.cc
src/mon/Monitor.h