diff --git a/src/rgw/rgw_data_sync.cc b/src/rgw/rgw_data_sync.cc index 246f67b24e2..9d80bf9fa02 100644 --- a/src/rgw/rgw_data_sync.cc +++ b/src/rgw/rgw_data_sync.cc @@ -651,10 +651,6 @@ int RGWRemoteDataLog::read_source_log_shards_info(map shard_markers, map *result) { - if (store->is_meta_master()) { - return 0; - } - return run(new RGWListRemoteDataLogCR(&sync_env, shard_markers, 1, result)); }