Skip to content

Commit

Permalink
Merge pull request ceph#37734 from matthewoliver/rgw_swift_dlo_fix
Browse files Browse the repository at this point in the history
rgw: Check all shards for user manifest parts

Reviewed-by: Daniel Gryniewicz <[email protected]>
  • Loading branch information
cbodley authored Nov 20, 2020
2 parents dcd3403 + e0d67a1 commit c2a1edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rgw/rgw_sal.h
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ class RGWBucket {
RGWAccessListFilter *filter{nullptr};
bool list_versions{false};
bool allow_unordered{false};
int shard_id{0};
int shard_id{-1};
};
struct ListResults {
vector<rgw_bucket_dir_entry> objs;
Expand Down

0 comments on commit c2a1edb

Please sign in to comment.