From: Patrick Donnelly Date: Fri, 27 Aug 2021 01:16:30 +0000 (-0400) Subject: mon: do not quickly mark mds laggy when MON_DOWN X-Git-Tag: v16.2.8~88^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e518f0808a924aae4666c77fb054285633c8f214;p=ceph.git 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 (cherry picked from commit 89c901a4944158c21eb26d53676a709fa2964c9d) Conflicts: - src/common/options/mon.yaml.in Cherry-pick notes: - Pacific defines options in common/options.cc vs. yaml files --- diff --git a/src/common/options.cc b/src/common/options.cc index 6a2115e15a0a..fad8bdb8d2fb 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -2107,6 +2107,11 @@ std::vector