mirror of
https://github.com/ceph/ceph
synced 2025-02-23 11:07:35 +00:00
rgw: correct log output for metadata section name in RGWListBucketIndexesCR
Signed-off-by: Xinying Song <songxinying@cloudin.cn>
This commit is contained in:
parent
0ba3308076
commit
36e5dc3415
@ -763,7 +763,7 @@ public:
|
||||
entrypoint, NULL, &result));
|
||||
}
|
||||
if (retcode < 0) {
|
||||
ldout(sync_env->cct, 0) << "ERROR: failed to fetch metadata for section bucket.index" << dendl;
|
||||
ldout(sync_env->cct, 0) << "ERROR: failed to fetch metadata for section bucket.instance" << dendl;
|
||||
return set_cr_error(retcode);
|
||||
}
|
||||
entries_index = new RGWShardedOmapCRManager(sync_env->async_rados, store, this, num_shards,
|
||||
@ -771,7 +771,7 @@ public:
|
||||
oid_prefix);
|
||||
yield; // yield so OmapAppendCRs can start
|
||||
for (iter = result.begin(); iter != result.end(); ++iter) {
|
||||
ldout(sync_env->cct, 20) << "list metadata: section=bucket.index key=" << *iter << dendl;
|
||||
ldout(sync_env->cct, 20) << "list metadata: section=bucket.instance key=" << *iter << dendl;
|
||||
|
||||
key = *iter;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user