mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
ae98f7a137
Add a new testcase to the xfstests suite to check if fallocate respects the limit imposed by RLIMIT_FSIZE (can be set by "ulimit -f XXX") or not, on a particular filesystem. Signed-off-by: Amit Arora <aarora@in.ibm.com> Signed-off-by: Eric Sandeen <sandeen@sandeen.net> Reviewed-by: Eric Sandeen <sandeen@sandeen.net>
7 lines
209 B
Plaintext
7 lines
209 B
Plaintext
QA output created by 228
|
|
File size limit is now set to 100 MB.
|
|
Let us try to preallocate 101 MB. This should fail.
|
|
File size limit exceeded
|
|
Let us now try to preallocate 50 MB. This should succeed.
|
|
Test over.
|