]> www.infradead.org Git - users/sagi/blktests.git/commitdiff
block/014: fix comment about timeout frequency
authorOmar Sandoval <osandov@fb.com>
Wed, 28 Feb 2018 17:48:50 +0000 (09:48 -0800)
committerOmar Sandoval <osandov@fb.com>
Wed, 28 Feb 2018 17:50:16 +0000 (09:50 -0800)
An earlier version had interval 2 and probability 100%, but then I
changed it to interval 1 and probability 50%.

Signed-off-by: Omar Sandoval <osandov@fb.com>
tests/block/014

index 6246d28106fa0e05e57a7700232411bc89671b20..917017c83248d51acc1c62f47dbe4b87557059f9 100755 (executable)
@@ -31,7 +31,7 @@ test() {
        modprobe -r null_blk
 
        # The format is "<interval>,<probability>,<space>,<times>". Here, we
-       # fail every other I/O.
+       # fail 50% of I/Os.
        modprobe null_blk timeout='1,50,0,-1'
 
        # Do a bunch of I/Os which will timeout and then complete. The only