]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cls/rbd: don't use read API for write-like methods 61471/head
authorIlya Dryomov <idryomov@gmail.com>
Tue, 21 Jan 2025 20:07:08 +0000 (21:07 +0100)
committerIlya Dryomov <idryomov@gmail.com>
Tue, 21 Jan 2025 20:24:05 +0000 (21:24 +0100)
commit4612195b9c3b9a86142cb2a4b04366ac14840295
tree0745a6545f2105e5febca277553cc99399db8303
parenta02b9b48d3ebfca07695eb7a1ac3ce403b7a685c
cls/rbd: don't use read API for write-like methods

This is a follow-up for commit af176311c476 (objclass: change objclass
exec read calls to write ones where needed) which missed mirror_uuid_set
and raced with the addition of mirror_remote_namespace_set.

Fixes: https://tracker.ceph.com/issues/65889
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
src/cls/rbd/cls_rbd_client.cc