mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
fstests: disable quotas before running test
For all the tests which require that quotas be disabled, remove the quota mount options before mounting the scratch filesystem. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Eryu Guan <guaneryu@gmail.com> Signed-off-by: Eryu Guan <guaneryu@gmail.com>
This commit is contained in:
committed by
Eryu Guan
parent
d67b78bd9e
commit
36da2c651a
+2
-2
@@ -37,8 +37,8 @@ _require_quota
|
||||
_require_xfs_quota_foreign
|
||||
_require_xfs_io_command "chproj"
|
||||
|
||||
# we can't run with group quotas
|
||||
_exclude_scratch_mount_option "gquota" "grpquota"
|
||||
# we can't run with group quotas (on v4 xfs); the mount options for group
|
||||
# quotas will be filtered out by _qmount_option below.
|
||||
|
||||
dir=$SCRATCH_MNT/project
|
||||
|
||||
|
||||
Reference in New Issue
Block a user