From 5b903c7b428c2c7024fdfc1dffacad0b1521b750 Mon Sep 17 00:00:00 2001 From: John Spray Date: Mon, 7 Aug 2017 07:52:42 -0400 Subject: [PATCH] mon: rate limit on health check update logging Fixes: http://tracker.ceph.com/issues/20888 Signed-off-by: John Spray --- src/common/options.cc | 6 ++++ src/mon/Monitor.cc | 81 +++++++++++++++++++++++++++++++++++++++++-- src/mon/Monitor.h | 19 ++++++++++ 3 files changed, 103 insertions(+), 3 deletions(-) diff --git a/src/common/options.cc b/src/common/options.cc index aeb7d69a409..75fd0b10c47 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -1209,6 +1209,12 @@ std::vector