]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
RBD: build prerequisites for latest xfstests and update test configuration
authorDouglas Fuller <dfuller@redhat.com>
Mon, 6 Apr 2015 21:35:20 +0000 (14:35 -0700)
committerDouglas Fuller <dfuller@redhat.com>
Tue, 7 Apr 2015 23:54:02 +0000 (16:54 -0700)
commit567a7eff1084c3db6e1bab8e692c93b6b1644b3e
treef4d2099773370d0e7006cea1b49b7716096762a5
parenteaeada55a760ba3555ebb75b18fd268a873e19e8
RBD: build prerequisites for latest xfstests and update test configuration

To standardize results from xfstests, install specific versions of xfstests,
xfsprogs, and xfsdump in /tmp. Move test mountpoints to /tmp/cephtest to allow
access for fsgqa user expected by xfstests.

XXX: xfsdump required significant hacks to build and install on Ubuntu 14.04.
A developer removed the definitions of the min and max macros; this commit is
reverted by this script. The installation paths are difficult to override and
the installer breaks (trying to ln one of the binaries to itself) when an
alternate installation location is specified. This script ignores this error
(make -k install || true).

Signed-off-by: Douglas Fuller <dfuller@redhat.com>
qa/run_xfstests.sh