ceph/qa/workunits/suites/fsx.sh
Sage Weil 34c467ba06 use git://git.ceph.com
Signed-off-by: Sage Weil <sage@redhat.com>
2015-04-16 08:29:41 -07:00

14 lines
325 B
Bash
Executable File

#!/bin/sh -x
set -e
git clone git://git.ceph.com/xfstests.git
make -C xfstests
cp xfstests/ltp/fsx .
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