Skip to content

Commit f80e23c

Browse files
author
zhou
committed
bug
1 parent eca85e9 commit f80e23c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fio.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ for i in 1 ; do
637637
cat << EOF
638638
[job$JOBNUMBER]
639639
rw=randread
640-
bs=8k
640+
bs=${READSIZE1}k
641641
numjobs=1
642642
offset=$OFFSET
643643
EOF
@@ -666,6 +666,7 @@ for job in $jobs; do # {
666666
USERS=1
667667
WRITESIZE=008
668668
READSIZE=008
669+
READSIZE1=008
669670
# followng executes when it's a custom test
670671
if [ $CUSTOMUSERS -gt 0 ] || [ $CUSTOMBLOCKSIZE -gt 0 ] ; then
671672
echo "CUSTOM, users:$CUSTOMUSERS: blocksize:$CUSTOMBLOCKSIZE"

0 commit comments

Comments
 (0)