Skip to content

Commit

Permalink
rgw admin: add tenant argument to reshard cancel
Browse files Browse the repository at this point in the history
Looks like we ignore the tenant argument for reshard cancel as mentioned in the
issue.

Fixes: https://tracker.ceph.com/issues/38214
Reported-by: Ed Fisher <ed@debacle.org>
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
(cherry picked from commit ff64af3)
  • Loading branch information
theanalyst authored and Prashant D committed Apr 16, 2019
1 parent 8bbb76e commit 4b416bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rgw/rgw_admin.cc
Expand Up @@ -6269,7 +6269,7 @@ int main(int argc, const char **argv)
RGWReshard reshard(store);

cls_rgw_reshard_entry entry;
//entry.tenant = tenant;
entry.tenant = tenant;
entry.bucket_name = bucket_name;
//entry.bucket_id = bucket_id;

Expand Down

0 comments on commit 4b416bc

Please sign in to comment.