From: Abhishek Lekshmanan Date: Mon, 11 Mar 2019 14:09:03 +0000 (+0100) Subject: rgw admin: add tenant argument to reshard cancel X-Git-Tag: v13.2.6~26^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F27603%2Fhead;p=ceph.git rgw admin: add tenant argument to reshard cancel 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 Signed-off-by: Abhishek Lekshmanan (cherry picked from commit ff64af392429ebb4e601f048307ff744cefaaa43) --- diff --git a/src/rgw/rgw_admin.cc b/src/rgw/rgw_admin.cc index 1bd89a59a1e5..2070c9ffcee2 100644 --- a/src/rgw/rgw_admin.cc +++ b/src/rgw/rgw_admin.cc @@ -6269,7 +6269,7 @@ next: RGWReshard reshard(store); cls_rgw_reshard_entry entry; - //entry.tenant = tenant; + entry.tenant = tenant; entry.bucket_name = bucket_name; //entry.bucket_id = bucket_id;