mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
generic/603: don't run on XFS v4 filesystems
XFS filesystems require V5 format to support all three quota types at the same time, so skip the test if we're testing XFS older than that. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Zorro Lang <zlang@redhat.com> Signed-off-by: Eryu Guan <guaneryu@gmail.com>
This commit is contained in:
committed by
Eryu Guan
parent
4312634662
commit
fc80a49546
@@ -149,6 +149,10 @@ test_grace()
|
||||
_supported_fs generic
|
||||
_supported_os Linux
|
||||
_require_scratch
|
||||
# xfs requires v5 format to support all three quota types at the same time
|
||||
if [ "$FSTYP" = "xfs" ]; then
|
||||
_require_scratch_xfs_crc
|
||||
fi
|
||||
_require_setquota_project
|
||||
_require_quota
|
||||
_require_user
|
||||
|
||||
Reference in New Issue
Block a user