Skip to content

Commit

Permalink
Merge pull request #7093 from dwj192/dwj-bucket-index-fix
Browse files Browse the repository at this point in the history
rgw: radosgw-admin bucket check --fix not work

Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
  • Loading branch information
yehudasa committed Jan 8, 2016
2 parents e660ccb + a17f4e2 commit 93bb740
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rgw/rgw_admin.cc
Expand Up @@ -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;
Expand Down

0 comments on commit 93bb740

Please sign in to comment.