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:
@@ -65,6 +65,7 @@ usage()
|
||||
|
||||
check options
|
||||
-nfs test NFS
|
||||
-glusterfs test GlusterFS
|
||||
-cifs test CIFS
|
||||
-overlay test overlay
|
||||
-tmpfs test TMPFS
|
||||
@@ -260,6 +261,7 @@ while [ $# -gt 0 ]; do
|
||||
-\? | -h | --help) usage ;;
|
||||
|
||||
-nfs) FSTYP=nfs ;;
|
||||
-glusterfs) FSTYP=glusterfs ;;
|
||||
-cifs) FSTYP=cifs ;;
|
||||
-overlay) FSTYP=overlay; export OVERLAY=true ;;
|
||||
-tmpfs) FSTYP=tmpfs ;;
|
||||
|
||||
Reference in New Issue
Block a user