mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 09:11:27 +00:00
Updated test procedure.
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2376 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -34,14 +34,16 @@ The following tests must be run at least before releasing a new SRPT version:
|
||||
* Verify that the following I/O stress test does not report any errors even
|
||||
when left running for several hours:
|
||||
|
||||
umount /mnt
|
||||
mkfs.ext2 $dev
|
||||
mount $dev /mnt
|
||||
while \
|
||||
mount $dev /mnt && \
|
||||
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=psync --directory=/mnt --name=test --thread
|
||||
--numjobs=80 --runtime=30
|
||||
fio --verify=md5 -rw=randwrite --size=10m --bs=4k \
|
||||
--loops=1000000 --iodepth=64 --group_reporting --sync=1 --direct=1 \
|
||||
--norandommap --ioengine=psync --directory=/mnt --name=test --thread \
|
||||
--numjobs=80 --runtime=30 && \
|
||||
fsck -N $dev
|
||||
do
|
||||
true
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user