Skip to content

Commit af06507

Browse files
committed
Set iodepth=1 to suppress warning from fio
fio warning is "note: both iodepth >= 1 and synchronous I/O engine are selected, queue depth will be capped at 1"
1 parent b0f6467 commit af06507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/script/script_defs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1174,7 +1174,7 @@ sync
11741174
# single-threaded read & write bandwidth test
11751175
fio --name=bandwidth --directory=$test_dir --numjobs=$numjobs \
11761176
--size="$file_size_g"G --time_based --runtime=$runtime --ramp_time=$ramp_time --ioengine=$ioengine \
1177-
--direct=1 --verify=0 --bs=1M --iodepth=64 --rw=rw \
1177+
--direct=1 --verify=0 --bs=1M --iodepth=1 --rw=rw \
11781178
--group_reporting=1 --iodepth_batch_submit=64 \
11791179
--iodepth_batch_complete_max=64
11801180
rm -rf $test_dir

0 commit comments

Comments
 (0)