From: Patrick Donnelly Date: Thu, 23 Jan 2020 23:37:56 +0000 (-0800) Subject: qa: update xfstests version X-Git-Tag: v15.1.0~72^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F32478%2Fhead;p=ceph.git qa: update xfstests version Building xfstests on CentOS 8 has build errors: 2020-01-23T21:15:14.939 INFO:tasks.workunit.client.0.smithi155.stderr:/home/ubuntu/cephtest/mnt.0/client.0/tmp/xfstests/src/fssum.c:616: undefined reference to `major' 2020-01-23T21:15:14.939 INFO:tasks.workunit.client.0.smithi155.stderr:/home/ubuntu/cephtest/mnt.0/client.0/tmp/xfstests/src/fssum.c:617: undefined reference to `minor' 2020-01-23T21:15:14.940 INFO:tasks.workunit.client.0.smithi155.stderr:collect2: error: ld returned 1 exit status From: /ceph/teuthology-archive/pdonnell-2020-01-23_20:47:47-fs-wip-pdonnell-testing-20200122.210533-distro-basic-smithi/4697257/teuthology.log Signed-off-by: Patrick Donnelly --- diff --git a/qa/workunits/suites/fsx.sh b/qa/workunits/suites/fsx.sh index 8a34806c84b7..813e211dc32e 100755 --- a/qa/workunits/suites/fsx.sh +++ b/qa/workunits/suites/fsx.sh @@ -4,8 +4,8 @@ set -e git clone git://git.ceph.com/xfstests.git cd xfstests -git checkout b7fd3f05d6a7a320d13ff507eda2e5b183cae180 -make +git checkout 12973fc04fd10d4af086901e10ffa8e48866b735 +make -j4 cd .. cp xfstests/ltp/fsx .