]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
Fix issue where ceph_test_rados_io_sequence could select a chunksize of 0 which is... 64121/head
authorJon <jonathan.bailey1@ibm.com>
Mon, 23 Jun 2025 16:18:25 +0000 (17:18 +0100)
committerJon <jonathan.bailey1@ibm.com>
Mon, 23 Jun 2025 16:18:25 +0000 (17:18 +0100)
commitc2895805f026cd907a667a39dfc189340fac79a8
tree4668afe9a95d06fab2df16ca73ba59c65268f5cd
parent40b43b90f2986b815c949d8cba9e51445b84864d
Fix issue where ceph_test_rados_io_sequence could select a chunksize of 0 which is not valid.

Fixes an off by one error where we were selecting a chunk size from the range of 0-(X-1) inclusive instead of from a range of 0-X inclusive

Signed-off-by: Jon Bailey <jonathan.bailey1@ibm.com>
src/test/osd/ceph_test_rados_io_sequence/ceph_test_rados_io_sequence.cc