]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
objclass: change objclass exec read calls to write ones where needed
authorYehuda Sadeh <ysadehwe@ibm.com>
Thu, 9 May 2024 13:42:50 +0000 (09:42 -0400)
committerCasey Bodley <cbodley@redhat.com>
Thu, 12 Dec 2024 22:11:08 +0000 (17:11 -0500)
commitaf176311c4768fad3d6ca630e4f769e3012d2283
treeb81f43650ab33ed2a85621f47da0f70939625302
parent0a2f572d4f611a02a3ab4158d1af31ed30865571
objclass: change objclass exec read calls to write ones where needed

Many of the exec calls were using a read version of the API while they
were calling a write objclass method. This modifies the calls to use
the write API.

Fixes: https://tracker.ceph.com/issues/65889
Signed-off-by: Yehuda Sadeh <ysadehwe@ibm.com>
src/cls/lua/cls_lua_client.cc
src/cls/numops/cls_numops_client.cc
src/cls/otp/cls_otp_client.cc
src/cls/rbd/cls_rbd_client.cc
src/cls/rgw/cls_rgw_client.cc
src/test/cls_lua/test_cls_lua.cc
src/test/cls_sdk/test_cls_sdk.cc