Skip to content
Snippets Groups Projects
Commit e3bc6e68 authored by Alex Zhuravlev's avatar Alex Zhuravlev Committed by Oleg Drokin
Browse files

LU-9273 tests: disable random I/O in replay-ost-single/5


disable random I/O in replay-ost-single/5 as it's very slow
on ZFS - this is due to grants as the client consume them
way too quickly: 1MB blocksize + ~0.5MB metadata overhead
for each random 4K written by iozone.

Test-Parameters: trivial ostcount=7 clients=2 ostfilesystemtype=zfs mdtfilesystemtype=zfs testlist=replay-ost-single envdefinitions=SLOW=yes,ONLY=5
Test-Parameters: trivial ostcount=7 clients=2 ostfilesystemtype=zfs mdtfilesystemtype=zfs testlist=replay-ost-single envdefinitions=SLOW=yes,ONLY=5
Test-Parameters: trivial ostcount=7 clients=2 ostfilesystemtype=zfs mdtfilesystemtype=zfs testlist=replay-ost-single envdefinitions=SLOW=yes,ONLY=5
Test-Parameters: trivial ostcount=7 clients=2 ostfilesystemtype=zfs mdtfilesystemtype=zfs testlist=replay-ost-single envdefinitions=SLOW=yes,ONLY=5
Test-Parameters: trivial ostcount=7 clients=2 ostfilesystemtype=zfs mdtfilesystemtype=zfs testlist=replay-ost-single envdefinitions=SLOW=yes,ONLY=5

Change-Id: Ic49429b8c681fdc16e5f95f483d78198b6f4804c
Signed-off-by: default avatarAlex Zhuravlev <alexey.zhuravlev@intel.com>
Reviewed-on: https://review.whamcloud.com/31671


Tested-by: Jenkins
Tested-by: default avatarMaloo <hpdd-maloo@intel.com>
Reviewed-by: default avatarAndreas Dilger <andreas.dilger@intel.com>
Reviewed-by: default avatarJames Nunez <james.a.nunez@intel.com>
parent b8920647
No related branches found
No related tags found
No related merge requests found
...@@ -157,7 +157,8 @@ test_5() { ...@@ -157,7 +157,8 @@ test_5() {
if (( size > GB )); then if (( size > GB )); then
size=$GB size=$GB
fi 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 & iozone_bg $iozone_opts &
local pid=$! local pid=$!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment