mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
08aac973d5
When default quota is set, all different quota types inherits the same default value, include group quota. So if a user quota limit larger than the default user quota value, it will still be limited by the group default quota value. An upstream patch for this bug: xfs: Split default quota limits by quota type Signed-off-by: Zorro Lang <zlang@redhat.com> Reviewed-by: Eryu Guan <eguan@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
32 lines
977 B
Plaintext
32 lines
977 B
Plaintext
QA output created by 260
|
|
=== user quota test ===
|
|
user blocks and inode limit
|
|
root 0 20480 20480 00 [--------] 3 20 20 00 [--------]
|
|
fsgqa 0 40960 40960 00 [--------] 0 40 40 00 [--------]
|
|
|
|
wrote 31457280/31457280 bytes at offset 0
|
|
XXX Bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
user blocks quota after write 30M data
|
|
root 0 20480 20480 00 [--------]
|
|
fsgqa 30720 40960 40960 00 [--------]
|
|
|
|
user inode quota after create 300 inodes
|
|
root 3 20 20 00 [--------]
|
|
fsgqa 30 40 40 00 [--------]
|
|
|
|
=== group quota test ===
|
|
group blocks and inode limit
|
|
root 0 20480 20480 00 [--------] 3 20 20 00 [--------]
|
|
fsgqa 0 40960 40960 00 [--------] 0 40 40 00 [--------]
|
|
|
|
wrote 31457280/31457280 bytes at offset 0
|
|
XXX Bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
|
group blocks quota after write 30M data
|
|
root 0 20480 20480 00 [--------]
|
|
fsgqa 30720 40960 40960 00 [--------]
|
|
|
|
group inode quota after create 300 inodes
|
|
root 3 20 20 00 [--------]
|
|
fsgqa 30 40 40 00 [--------]
|
|
|