From 361a3d60b79d9bb0ca67cf8d40763ae8b3b8a90c Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Mon, 17 Dec 2018 08:34:00 -0800 Subject: [PATCH] mds: create heartbeat grace config option Currently the MDS uses the mds_beacon_grace for the heartbeat timeout. If we need to increase the beacon grace because the MDS is missing beacon replies for some reason, we still want to see the warnings when the MDS is missing heartbeats. Fixes: http://tracker.ceph.com/issues/37674 Signed-off-by: Patrick Donnelly (cherry picked from commit 5c143f3039c1967ca83d8a0cce35bf2a12509aef) Conflicts: src/mds/MDSRank.cc : Resolved in heartbeat_reset --- src/common/options.cc | 4 ++++ src/mds/MDSRank.cc | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/common/options.cc b/src/common/options.cc index 05eb0cbef997e..b8adae94187b8 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -6110,6 +6110,10 @@ std::vector