Whamcloud - gitweb
LU-9273 tests: disable random I/O in replay-ost-single/5
[fs/lustre-release.git] / lustre / tests / replay-ost-single.sh
index 3f0d504..6561a5d 100755 (executable)
@@ -157,7 +157,8 @@ test_5() {
        if (( size > GB )); then
                size=$GB
        fi
-       local iozone_opts="-i 0 -i 1 -i 2 -+d -r 4 -s $size -f $TDIR/$tfile"
+       # no random I/O (-i 2) as it's very slow with ZFS
+       local iozone_opts="-i 0 -i 1 -+d -r 4 -s $size -f $TDIR/$tfile"
 
        iozone_bg $iozone_opts &
        local pid=$!