mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
053126503b
The test covers several areas including enabling projid32bit
functionality dynamically by xfs_admin, dumping, restoring, quota
reporting and xfs_db projid values reporting.
This test case hits a bug with xfsdump/xfsrestore process on a
projid32bit enabled filesystem.
Eric Sandeen: change {16,32}less filenames to {16,32}bit, add quick group
Signed-off-by: Boris Ranto <ranto.boris@gmail.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
24 lines
591 B
Plaintext
24 lines
591 B
Plaintext
QA output created by 285
|
|
No 32bit project quotas:
|
|
projid = 1234
|
|
projid = 0
|
|
With 32bit project quota support:
|
|
projid = 1234
|
|
projid = 2123456789
|
|
The restored file system + one additional file:
|
|
projid = 1234
|
|
projid = 2123456789
|
|
projid = 2123456789
|
|
These two values of 16bit project quota ids shall be the same
|
|
core.projid_lo = 1234
|
|
core.projid_hi = 0
|
|
core.projid_lo = 1234
|
|
core.projid_hi = 0
|
|
These three values of 32bit project quota ids shall be the same
|
|
core.projid_lo = 24853
|
|
core.projid_hi = 32401
|
|
core.projid_lo = 24853
|
|
core.projid_hi = 32401
|
|
core.projid_lo = 24853
|
|
core.projid_hi = 32401
|