]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw:bucket check remove _multipart_ prefix 11470/head
authorWeijun Duan <duanweijun@h3c.com>
Mon, 9 Nov 2015 10:45:58 +0000 (05:45 -0500)
committerLoic Dachary <ldachary@redhat.com>
Wed, 9 Nov 2016 11:23:38 +0000 (12:23 +0100)
Fixes: 13724
Signed-off-by: Weijun Duan <duanweijun@h3c.com>
(cherry picked from commit e55c9c852420504af47a0dce28d1a6a3108e9819)

src/rgw/rgw_bucket.cc

index daf18f5051bb6c4b2866715c70accb31d9dabfe8..ce4e9710a8e602482b6346fc97b15754fd19b061 100644 (file)
@@ -839,7 +839,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;