From 80a547bc89abe867d9c2fa7533d1e0fe22b31440 Mon Sep 17 00:00:00 2001 From: Abhishek Lekshmanan Date: Mon, 11 Mar 2019 15:09:03 +0100 Subject: [PATCH] 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) --- src/rgw/rgw_admin.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rgw/rgw_admin.cc b/src/rgw/rgw_admin.cc index 1fcdba04c65..d2b459999df 100644 --- a/src/rgw/rgw_admin.cc +++ b/src/rgw/rgw_admin.cc @@ -6093,7 +6093,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; -- 2.47.3