2011-08-02 23:24:19 +00:00
|
|
|
#!/bin/sh -x
|
|
|
|
|
|
|
|
set -e
|
|
|
|
|
2015-04-16 15:29:41 +00:00
|
|
|
git clone git://git.ceph.com/xfstests.git
|
2016-01-13 21:17:53 +00:00
|
|
|
cd xfstests
|
|
|
|
git checkout b7fd3f05d6a7a320d13ff507eda2e5b183cae180
|
|
|
|
make
|
|
|
|
cd ..
|
2013-08-14 03:36:03 +00:00
|
|
|
cp xfstests/ltp/fsx .
|
2011-08-02 23:24:19 +00:00
|
|
|
|
2014-06-30 14:05:04 +00:00
|
|
|
OPTIONS="-z" # don't use zero range calls; not supported by cephfs
|
|
|
|
|
|
|
|
./fsx $OPTIONS 1MB -N 50000 -p 10000 -l 1048576
|
|
|
|
./fsx $OPTIONS 10MB -N 50000 -p 10000 -l 10485760
|
|
|
|
./fsx $OPTIONS 100MB -N 50000 -p 10000 -l 104857600
|