]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
test/client: When testing large io, consider fscrypt
authorChristopher Hoffman <choffman@redhat.com>
Mon, 20 Oct 2025 18:33:17 +0000 (18:33 +0000)
committerChristopher Hoffman <choffman@redhat.com>
Wed, 5 Nov 2025 13:59:36 +0000 (13:59 +0000)
commitbe99ab3e33df4d33db7b96d0d52a27eba87b4507
tree9a362a9c7222cf6b62a6cf23cc928ef444776dcd
parentae65b1b3e35c75608348a55b2bfa9d57c691d964
test/client: When testing large io, consider fscrypt

When testing large io sizes and clamping that io, consider
fscrypt max io size. This max io size should be a multiple
of 4K (fscrypt block size), but not to exceed INT_MAX.

Signed-off-by: Christopher Hoffman <choffman@redhat.com>
src/test/client/CMakeLists.txt
src/test/client/nonblocking.cc
src/test/client/syncio.cc