mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
f2d7e7573b
Add three tests to look for quota bugs in xfs reflink. The first test looks for problems when we have speculative cow reservations in memory, we chown the file, but the reservations don't move to the new owner. The second test checks that we remembered to dqattach the inodes before performing reflink operations. The third is a stress test for reflink quota handling near enospc and helped us to find a directio cow write corruption bug when free space is fragmented. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Eryu Guan <eguan@redhat.com> Signed-off-by: Eryu Guan <eguan@redhat.com>
14 lines
387 B
Plaintext
14 lines
387 B
Plaintext
QA output created by 441
|
|
Format and mount (noquota)
|
|
Create files
|
|
repquota: Mountpoint (or device) SCRATCH_MNT not found or has no quota enabled.
|
|
repquota: Not all specified mountpoints are using quota.
|
|
du: 2048; quota:
|
|
Mount (usrquota) and check quota
|
|
du: 2048; quota: 2048
|
|
Reflink and check quota again
|
|
du: 2112; quota: 2112
|
|
Force quotacheck
|
|
Comparing user usage
|
|
Comparing group usage
|