Skip to content

Commit

Permalink
Merge pull request #11470 from dachary/wip-17514-jewel
Browse files Browse the repository at this point in the history
jewel: rgw:bucket check remove _multipart_ prefix

Reviewed-by: Nathan Cutler <ncutler@suse.com>
  • Loading branch information
smithfarm committed Feb 1, 2017
2 parents 5821e8d + aa24a8f commit a61be36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rgw/rgw_bucket.cc
Expand Up @@ -1014,7 +1014,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 a61be36

Please sign in to comment.