This change adds a single log entry at level 1 to indicate when a
bucket resharding successfully completes.
Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
(cherry picked from commit
1b9c762b7963cc91bccb79075933434bad7735db)
Conflicts:
src/rgw/rgw_reshard.cc : Resolved in RGWBucketReshard::execute
return ret;
}
+ ldout(store->ctx(), 1) << __func__ <<
+ " INFO: reshard of bucket \"" << bucket_info.bucket.name << "\" from \"" <<
+ bucket_info.bucket.get_key() << "\" to \"" <<
+ new_bucket_info.bucket.get_key() << "\" completed successfully" << dendl;
+
reshard_lock.unlock();
return 0;