From f394ca0bad248e05665a912558382ca2ea560a91 Mon Sep 17 00:00:00 2001 From: John Spray Date: Tue, 8 Aug 2017 19:36:03 +0100 Subject: [PATCH] mon: downgrade "scrub ok" message to debug. This hides lines like: [INF] scrub ok on 0,1,2: ScrubResult(keys {pgmap_pg=13} crc {pgmap_pg=2458062599}) from the normal cluster log views. Fixes: http://tracker.ceph.com/issues/20947 Signed-off-by: John Spray --- src/mon/Monitor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mon/Monitor.cc b/src/mon/Monitor.cc index 23d0c96fa15..5934e469959 100644 --- a/src/mon/Monitor.cc +++ b/src/mon/Monitor.cc @@ -5322,7 +5322,7 @@ void Monitor::scrub_check_results() } } if (!errors) - clog->info() << "scrub ok on " << quorum << ": " << mine; + clog->debug() << "scrub ok on " << quorum << ": " << mine; } inline void Monitor::scrub_timeout() -- 2.39.5