From b9c13d70af6ecef16fa3c8b9375d648bf82f129a 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 (cherry picked from commit f394ca0bad248e05665a912558382ca2ea560a91) --- 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 dabfc998ba7..06794ebabc3 100644 --- a/src/mon/Monitor.cc +++ b/src/mon/Monitor.cc @@ -5305,7 +5305,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.47.3