Skip to content

Commit

Permalink
Merge pull request #6501 from dwj192/check-index-multipart
Browse files Browse the repository at this point in the history
rgw:bucket check remove _multipart_ prefix

Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
  • Loading branch information
yehudasa committed Oct 4, 2016
2 parents 69b1183 + e55c9c8 commit a8fe555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rgw/rgw_bucket.cc
Expand Up @@ -1008,7 +1008,7 @@ int RGWBucket::check_bad_index_multipart(RGWBucketAdminOpState& op_state,
int max = 1000;

map<string, bool> common_prefixes;
string ns = "multipart";
string ns = "";

bool is_truncated;
map<string, bool> meta_objs;
Expand Down

0 comments on commit a8fe555

Please sign in to comment.