]> git.apps.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>
Fri, 15 Aug 2025 16:03:30 +0000 (16:03 +0000)
commit9d3236a7fec2a2cc238dbae6c0f9181fa3cc95a4
tree6e4e806b38088f026817318afc7c5db5aade5220
parent1b5b1630bcc55a11a9fdb6c9ed61d8596b7b2e5b
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