diff options
author | Yehuda Sadeh <yehuda@redhat.com> | 2015-01-23 01:06:57 +0100 |
---|---|---|
committer | Yehuda Sadeh <yehuda@redhat.com> | 2015-01-23 01:06:57 +0100 |
commit | 5548bbe15ffb4f5b79484320f37853667855c930 (patch) | |
tree | 2a6db3a3bf2840e716b9cce71eeda55c91375c08 /src/cls/rgw/cls_rgw_client.cc | |
parent | rgw: api adjustments following a merge (diff) | |
download | ceph-5548bbe15ffb4f5b79484320f37853667855c930.tar.xz ceph-5548bbe15ffb4f5b79484320f37853667855c930.zip |
rgw: use bucket shard for olh operations
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Diffstat (limited to 'src/cls/rgw/cls_rgw_client.cc')
-rw-r--r-- | src/cls/rgw/cls_rgw_client.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cls/rgw/cls_rgw_client.cc b/src/cls/rgw/cls_rgw_client.cc index 0556006d1c9..e6ac56b822c 100644 --- a/src/cls/rgw/cls_rgw_client.cc +++ b/src/cls/rgw/cls_rgw_client.cc @@ -364,7 +364,7 @@ int cls_rgw_get_olh_log(IoCtx& io_ctx, string& oid, librados::ObjectReadOperatio return r; } -void cls_rgw_trim_olh_log(librados::ObjectWriteOperation& op, string& oid, const cls_rgw_obj_key& olh, uint64_t ver, const string& olh_tag) +void cls_rgw_trim_olh_log(librados::ObjectWriteOperation& op, const cls_rgw_obj_key& olh, uint64_t ver, const string& olh_tag) { bufferlist in; struct rgw_cls_trim_olh_log_op call; |