]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
client: When creating WriteEncMgr take into account client_oc
authorChristopher Hoffman <choffman@redhat.com>
Wed, 19 Mar 2025 23:22:43 +0000 (23:22 +0000)
committerChristopher Hoffman <choffman@redhat.com>
Wed, 5 Nov 2025 13:59:35 +0000 (13:59 +0000)
commitedb1445d8186fa72a5f9819916731569430fe38e
tree5749339214f3fcb41889d6a85817ee0187ba56ac
parent87d79b646384af04465e7fc221fb8808bdfc00be
client: When creating WriteEncMgr take into account client_oc

When determining if a write is buffered or not, take into account
the client_oc config. This option allows non-buffered writes when
caps normally used in buffered writes are present.

Fixes: https://tracker.ceph.com/issues/70568
Signed-off-by: Christopher Hoffman <choffman@redhat.com>
src/client/Client.cc