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
ff64af392429ebb4e601f048307ff744cefaaa43)
RGWReshard reshard(store);
cls_rgw_reshard_entry entry;
- //entry.tenant = tenant;
+ entry.tenant = tenant;
entry.bucket_name = bucket_name;
//entry.bucket_id = bucket_id;