From: Patrick Donnelly Date: Mon, 17 Dec 2018 16:34:00 +0000 (-0800) Subject: mds: create heartbeat grace config option X-Git-Tag: v14.1.0~500^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5c143f3039c1967ca83d8a0cce35bf2a12509aef;p=ceph.git 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 --- diff --git a/src/common/options.cc b/src/common/options.cc index c3c1364c399f..9249b55ff1d2 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -6958,6 +6958,10 @@ std::vector