Journal IO is faster now, resulting in OSDs quickly filling up
under the stress test case.
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit
a6dd6b50d632aa6995a0f4b6fc5e1a1bda23e2a0)
local cluster=$1
local pool=$2
local image=$3
- local duration=$(awk 'BEGIN {srand(); print int(35 * rand()) + 15}')
+ local duration=$(awk 'BEGIN {srand(); print int(10 * rand()) + 5}')
timeout ${duration}s ceph_test_rbd_mirror_random_write \
--cluster ${cluster} ${pool} ${image} \