]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: create heartbeat grace config option 25889/head
authorPatrick Donnelly <pdonnell@redhat.com>
Mon, 17 Dec 2018 16:34:00 +0000 (08:34 -0800)
committerPrashant D <pdhange@redhat.com>
Thu, 10 Jan 2019 03:48:31 +0000 (22:48 -0500)
commit361a3d60b79d9bb0ca67cf8d40763ae8b3b8a90c
treea5ed1f48ce896346ecb18cf61d0081a715af4ce0
parent36a7d0f34c95101be9025dd85820c96a9b41ad10
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 <pdonnell@redhat.com>
(cherry picked from commit 5c143f3039c1967ca83d8a0cce35bf2a12509aef)

Conflicts:
src/mds/MDSRank.cc : Resolved in heartbeat_reset
src/common/options.cc
src/mds/MDSRank.cc