fstests: add orangefs (pvfs2) support
authorMartin Brandenburg <martin@omnibond.com>
Fri, 7 Apr 2017 20:09:43 +0000 (16:09 -0400)
committerEryu Guan <eguan@redhat.com>
Tue, 11 Apr 2017 04:19:28 +0000 (12:19 +0800)
commit85c95c7f24b159b44baad5f14358f81bebe72edd
treedfa05a5ef2832a26930b0d9cb4636680277ef49a
parenta589a208405d61215c52987c7d522e33b1321d34
fstests: add orangefs (pvfs2) support

The filesystem was renamed OrangeFS from PVFS2 recently.  The mount
-t type remains pvfs2, so I have used that name throughout despite
the kernel module being named orangefs.

We've been maintaining this as a patch for quite some time.

The easiest way to use is to setup a single server installation with
multiple filesystems orangefs and scratch, put the following in
/etc/xfsqa.config, and run ./check -pvfs2 -g quick.

TEST_DIR=/mnt
TEST_DEV=tcp://server1vm:3334/orangefs
SCRATCH_MNT=/scratch
SCRATCH_DEV=tcp://server1vm:3334/scratch

Signed-off-by: Martin Brandenburg <martin@omnibond.com>
Reviewed-by: Eryu Guan <eguan@redhat.com>
Signed-off-by: Eryu Guan <eguan@redhat.com>
check
common/attr
common/rc