From 24ec3201ed7a99b6742d35efd4cb728e2f68f69a Mon Sep 17 00:00:00 2001 From: Li Wang Date: Wed, 14 Aug 2013 11:36:03 +0800 Subject: [PATCH] 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 --- qa/workunits/suites/fsx.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/qa/workunits/suites/fsx.sh b/qa/workunits/suites/fsx.sh index 32d5b63c239..3a21194e0cd 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