mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
common: set VFS_QUOTA for gfs2
Use generic quota tools with gfs2. Fixes "xfs_quota: cannot setup path for mount /mnt/scratch: No such device or address" Signed-off-by: Andrew Price <anprice@redhat.com> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
This commit is contained in:
committed by
Dave Chinner
parent
ac6c6b9f0b
commit
3f47f3c31f
+1
-1
@@ -213,7 +213,7 @@ _check_quota_usage()
|
||||
|
||||
VFS_QUOTA=0
|
||||
case $FSTYP in
|
||||
ext2|ext3|ext4|ext4dev|reiserfs)
|
||||
ext2|ext3|ext4|ext4dev|reiserfs|gfs2)
|
||||
VFS_QUOTA=1
|
||||
quotaon -f -u -g $SCRATCH_MNT 2>/dev/null
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user