From 6dd5fbfa27935e890208cac4900c20788ca3b4fa Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Tue, 9 Aug 2016 20:18:03 +0000 Subject: [PATCH] srpt/Testing.txt: Leave out --norandommap --verify and --norandommap are mutually exclusive. Hence leave out --norandommap. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6932 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/Testing.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srpt/Testing.txt b/srpt/Testing.txt index cfd6d09f9..86dfe40ac 100644 --- a/srpt/Testing.txt +++ b/srpt/Testing.txt @@ -37,8 +37,8 @@ At least the following tests must be run before releasing a new SRPT version: rm -rf /mnt/test* && \ fio --verify=md5 -rw=randwrite --size=10m --bs=4k \ --loops=1000000 --iodepth=64 --group_reporting --sync=1 --direct=1 \ - --norandommap --ioengine=aio --directory=/mnt --name=test --thread \ - --numjobs=80 --runtime=30 && \ + --ioengine=aio --directory=/mnt --name=test --thread --numjobs=80 \ + --runtime=30 && \ fsck -N $dev do true