mirror of
https://github.com/ceph/ceph
synced 2025-01-11 13:41:02 +00:00
fsx: checkout old version until it compiles properly on miras
I sent a patch to xfstests upstream at http://article.gmane.org/gmane.comp.file-systems.fstests/1665, but until that's fixed we need a version that works in our test lab. Signed-off-by: Greg Farnum <gfarnum@redhat.com>
This commit is contained in:
parent
11cd84ca71
commit
7d52372ae7
@ -3,7 +3,10 @@
|
||||
set -e
|
||||
|
||||
git clone git://git.ceph.com/xfstests.git
|
||||
make -C xfstests
|
||||
cd xfstests
|
||||
git checkout b7fd3f05d6a7a320d13ff507eda2e5b183cae180
|
||||
make
|
||||
cd ..
|
||||
cp xfstests/ltp/fsx .
|
||||
|
||||
OPTIONS="-z" # don't use zero range calls; not supported by cephfs
|
||||
|
Loading…
Reference in New Issue
Block a user