From: Li Wang Date: Wed, 14 Aug 2013 03:36:03 +0000 (+0800) Subject: Ceph-qa: change the fsx.sh to support hole punching test X-Git-Tag: v0.68~74 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=24ec3201ed7a99b6742d35efd4cb728e2f68f69a;p=ceph.git Ceph-qa: change the fsx.sh to support hole punching test This patch change the fsx.sh to pull better fsx.c from xfstests site to support hole punching test. Signed-off-by: Yunchuan Wen Signed-off-by: Li Wang --- diff --git a/qa/workunits/suites/fsx.sh b/qa/workunits/suites/fsx.sh index 32d5b63c2395..3a21194e0cd2 100755 --- a/qa/workunits/suites/fsx.sh +++ b/qa/workunits/suites/fsx.sh @@ -2,8 +2,9 @@ set -e -wget http://ceph.com/qa/fsx.c -gcc fsx.c -o fsx +git clone git://ceph.newdream.net/git/xfstests.git +make -C xfstests +cp xfstests/ltp/fsx . ./fsx 1MB -N 50000 -p 10000 -l 1048576 ./fsx 10MB -N 50000 -p 10000 -l 10485760