]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: fix log messages using "proceeding" to "processing"
authorJ. Eric Ivancich <ivancich@redhat.com>
Tue, 12 Mar 2019 19:38:54 +0000 (15:38 -0400)
committerPrashant D <pdhange@redhat.com>
Thu, 25 Apr 2019 23:30:25 +0000 (19:30 -0400)
Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
(cherry picked from commit 1c2aa902cb2bec690387ace8eb6b8afb5678373f)

src/rgw/rgw_object_expirer_core.cc
src/rgw/rgw_reshard.cc

index cd80a758ecddab7b49d60111a77916e2e4cf98d3..bce6ce4882f69f52d4be7da520e1cc0a7e9ee1eb 100644 (file)
@@ -218,7 +218,7 @@ bool RGWObjectExpirer::inspect_all_shards(const utime_t& last_run,
     string shard;
     store->objexp_get_shard(i, shard);
 
-    ldout(store->ctx(), 20) << "proceeding shard = " << shard << dendl;
+    ldout(store->ctx(), 20) << "processing shard = " << shard << dendl;
 
     if (! process_single_shard(shard, last_run, round_start)) {
       all_done = false;
index a8e57a6805e80c0179f83502caa9a81b345cd89a..34df7d35aec9d2abe9184eb6bc13aa4480c1bbef 100644 (file)
@@ -1079,7 +1079,7 @@ int RGWReshard::process_all_logshards()
     string logshard;
     get_logshard_oid(i, &logshard);
 
-    ldout(store->ctx(), 20) << "proceeding logshard = " << logshard << dendl;
+    ldout(store->ctx(), 20) << "processing logshard = " << logshard << dendl;
 
     ret = process_single_logshard(i);
     if (ret <0) {