From ddb4cb3b3e6a8981004c65db791fa59ceae278f9 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Thu, 10 Oct 2019 15:44:27 +0800 Subject: [PATCH] crimson/osd: lower log level when sending a replicated op it's but normal i/o, no need to print it using "info" Signed-off-by: Kefu Chai --- src/crimson/osd/osd_operations/replicated_request.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crimson/osd/osd_operations/replicated_request.cc b/src/crimson/osd/osd_operations/replicated_request.cc index 46b964fc631..a89deed6f3c 100644 --- a/src/crimson/osd/osd_operations/replicated_request.cc +++ b/src/crimson/osd/osd_operations/replicated_request.cc @@ -58,7 +58,7 @@ RepRequest::PGPipeline &RepRequest::pp(PG &pg) seastar::future<> RepRequest::start() { - logger().info("{} start", *this); + logger().debug("{} start", *this); IRef ref = this; return with_blocking_future(handle.enter(cp().await_map)) .then([this]() { -- 2.39.5