mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
fstests: add GlusterFS support
Add basic GlusterFS support. Neither new GlusterFS specific tests nor related patches are included. Only support FSTYP=glusterfs or check -glusterfs XXX. To test on glusterfs, two gluster volumes and two mountpoint directories are needed. Signed-off-by: Zorro Lang <zlang@redhat.com> Reviewed-by: Eryu Guan <eguan@redhat.com> Signed-off-by: Eryu Guan <eguan@redhat.com>
This commit is contained in:
@@ -121,3 +121,10 @@ TEST_DIR=/mnt/test
|
||||
TEST_DEV=192.168.14.1:6789:/
|
||||
TEST_FS_MOUNT_OPTS="-o name=admin,secret=AQDuEBtYKEYRINGSECRETriSC8YJGDZsQHcr7g=="
|
||||
FSTYP="ceph"
|
||||
|
||||
[glusterfs]
|
||||
FSTYP=glusterfs
|
||||
TEST_DIR=/mnt/gluster/test
|
||||
TEST_DEV=192.168.1.1:testvol
|
||||
SCRATCH_MNT=/mnt/gluster/scratch
|
||||
SCRATCH_DEV=192.168.1.1:scratchvol
|
||||
|
||||
Reference in New Issue
Block a user