mirror of
https://github.com/ceph/ceph
synced 2025-01-21 02:31:19 +00:00
Merge pull request #23925 from cfanz/wip-fix-data-sync-report
rgw-admin: fix data sync report for master zone Reviewed-by: Casey Bodley <cbodley@redhat.com>
This commit is contained in:
commit
79d6b60302
@ -654,10 +654,6 @@ int RGWRemoteDataLog::read_source_log_shards_info(map<int, RGWDataChangesLogInfo
|
||||
|
||||
int RGWRemoteDataLog::read_source_log_shards_next(map<int, string> shard_markers, map<int, rgw_datalog_shard_data> *result)
|
||||
{
|
||||
if (store->is_meta_master()) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
return run(new RGWListRemoteDataLogCR(&sync_env, shard_markers, 1, result));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user