From 5c143f3039c1967ca83d8a0cce35bf2a12509aef 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 --- 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 c3c1364c399..9249b55ff1d 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -6958,6 +6958,10 @@ std::vector