]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: radosgw-admin bucket check --fix not work 7093/head
authorWeijun Duan <duanweijun@h3c.com>
Mon, 4 Jan 2016 01:12:04 +0000 (20:12 -0500)
committerWeijun Duan <duanweijun@h3c.com>
Mon, 4 Jan 2016 01:16:58 +0000 (20:16 -0500)
Fixed:#14215

Signed-off-by: Weijun Duan <duanweijun@h3c.com>
src/rgw/rgw_admin.cc

index 5f34bc7a9a91e39ddc87f1a418360fe6e3ac4f0f..53497af994b2f8a3dae521088d14e3a40bde3a58 100644 (file)
@@ -1778,6 +1778,7 @@ int main(int argc, char **argv)
   bucket_op.set_object(object);
   bucket_op.set_check_objects(check_objects);
   bucket_op.set_delete_children(delete_child_objects);
+  bucket_op.set_fix_index(fix);
 
   // required to gather errors from operations
   std::string err_msg;