@@ -84,8 +84,8 @@ exitall=1
## by external task
[direct_aio_raicer]
ioengine=libaio
-iodepth=128*${LOAD_FACTOR}
-bs=128k
+iodepth=8*${LOAD_FACTOR}
+bs=129M
direct=1
numjobs=${NUM_JOBS}
rw=randwrite
@@ -93,43 +93,6 @@ runtime=100*${TIME_FACTOR}
time_based
filename=racer
-# Run falloc and punch_hole threads in parallel
-# After activity file will be highly fragmented
-[falloc_raicer]
-ioengine=falloc
-runtime=100*${TIME_FACTOR}
-iodepth=1
-bssplit=128k/80:512k/10:32k/10
-rw=randwrite
-numjobs=1
-filename=racer
-
-[punch_hole_raicer]
-ioengine=falloc
-runtime=100*${TIME_FACTOR}
-bs=4k
-time_based=10
-rw=randtrim
-numjobs=2
-filename=racer
-time_based
-
-# Verifier thread continiously write to newly allcated blocks
-# and veryfy written content
-[aio-dio-verifier]
-ioengine=libaio
-iodepth=128*${LOAD_FACTOR}
-numjobs=1
-verify=crc32c-intel
-verify_fatal=1
-verify_dump=1
-verify_backlog=1024
-verify_async=4
-verifysort=1
-direct=1
-bs=4k
-rw=randwrite
-filename=aio-dio-verifier
EOF
_workout()