]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
rgw: log resharding events at level 1 (formerly 20)
authorOr Friedmann <ofriedma@redhat.com>
Wed, 19 Aug 2020 13:07:19 +0000 (13:07 +0000)
committerOr Friedmann <ofriedma@redhat.com>
Wed, 19 Aug 2020 14:17:29 +0000 (14:17 +0000)
log resharding events at level 1 (formerly 20)
Signed-off-by: Or Friedmann <ofriedma@redhat.com>
src/rgw/rgw_rados.cc

index 07bc831fccd8ca2c5bff140b9287748eb12ea5ad..008c18bf84dfba2f0d89eec8cf4ef9ed4cde73b2 100644 (file)
@@ -9000,7 +9000,7 @@ int RGWRados::check_bucket_shards(const RGWBucketInfo& bucket_info,
     return 0;
   }
 
-  ldout(cct, 20) << "RGWRados::" << __func__ << " bucket " << bucket.name <<
+  ldout(cct, 1) << "RGWRados::" << __func__ << " bucket " << bucket.name <<
     " needs resharding; current num shards " << bucket_info.layout.current_index.layout.normal.num_shards <<
     "; new num shards " << final_num_shards << " (suggested " <<
     suggested_num_shards << ")" << dendl;