From 55b567c767830170d04de4cdc8f10aba30a3f379 Mon Sep 17 00:00:00 2001 From: Vikhyat Umrao Date: Mon, 13 Feb 2017 23:07:25 +0530 Subject: [PATCH] rgw: change log level to 20 for 'System already converted' message Fixes: http://tracker.ceph.com/issues/18919 Signed-off-by: Vikhyat Umrao --- src/rgw/rgw_rados.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rgw/rgw_rados.cc b/src/rgw/rgw_rados.cc index 45ffb6d5beb..0e8b40123d6 100644 --- a/src/rgw/rgw_rados.cc +++ b/src/rgw/rgw_rados.cc @@ -3462,7 +3462,7 @@ int RGWRados::replace_region_with_zonegroup() << dendl; return ret; } else if (ret != -ENOENT) { - ldout(cct, 0) << "System already converted " << dendl; + ldout(cct, 20) << "System already converted " << dendl; return 0; } -- 2.47.3