t/strided: increase minumum recommended size to 64MiB
authorVincent Fu <vincent.fu@samsung.com>
Wed, 7 Jun 2023 22:45:49 +0000 (22:45 +0000)
committerVincent Fu <vincent.fu@samsung.com>
Thu, 8 Jun 2023 18:39:07 +0000 (14:39 -0400)
Test 8 has offset=32M. So it fails with a 32MiB file. Increase the
minimum recommended test file/device size to 64MiB.

Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
t/strided.py

index c5d667778c3bd69c308bd5d739f27faf4706cf0c..b7655e1e92c9388b3ef9f0a0d165330b9c475415 100755 (executable)
@@ -6,7 +6,7 @@
 # Test zonemode=strided. This uses the null ioengine when no file is
 # specified. If a file is specified, use it for randdom read testing.
 # Some of the zoneranges in the tests are 16MiB. So when using a file
-# a minimum size of 32MiB is recommended.
+# a minimum size of 64MiB is recommended.
 #
 # USAGE
 # python strided.py fio-executable [-f file/device]
@@ -14,7 +14,7 @@
 # EXAMPLES
 # python t/strided.py ./fio
 # python t/strided.py ./fio -f /dev/sda
-# dd if=/dev/zero of=temp bs=1M count=32
+# dd if=/dev/zero of=temp bs=1M count=64
 # python t/strided.py ./fio -f temp
 #
 # ===TEST MATRIX===