mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
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>
This commit is contained in:
committed by
Eryu Guan
parent
a589a20840
commit
85c95c7f24
@@ -68,6 +68,7 @@ check options
|
||||
-glusterfs test GlusterFS
|
||||
-cifs test CIFS
|
||||
-overlay test overlay
|
||||
-pvfs2 test PVFS2
|
||||
-tmpfs test TMPFS
|
||||
-l line mode diff
|
||||
-udiff show unified diff (default)
|
||||
@@ -264,6 +265,7 @@ while [ $# -gt 0 ]; do
|
||||
-glusterfs) FSTYP=glusterfs ;;
|
||||
-cifs) FSTYP=cifs ;;
|
||||
-overlay) FSTYP=overlay; export OVERLAY=true ;;
|
||||
-pvfs2) FSTYP=pvfs2 ;;
|
||||
-tmpfs) FSTYP=tmpfs ;;
|
||||
|
||||
-g) group=$2 ; shift ;
|
||||
|
||||
Reference in New Issue
Block a user