fsx/fsstress: round blocksize properly
[xfstests-dev.git] / tests / generic / 603.out
1 QA output created by 603
2 ### Set up different grace timers to each type of quota
3
4 ### Test user quota softlimit and grace time
5 ### Initialize files, and their mode and ownership
6 --- Test block quota ---
7 Write 225 blocks...
8 Rewrite 250 blocks plus 1 byte, over the block softlimit...
9 Try to write 1 one more block after grace...
10 pwrite: Disk quota exceeded
11 --- Test inode quota ---
12 Create 2 more files, over the inode softlimit...
13 Try to create one more inode after grace...
14 touch: cannot touch 'SCRATCH_MNT/file5': Disk quota exceeded
15 ### Remove all files
16
17 ### Test group quota softlimit and grace time
18 ### Initialize files, and their mode and ownership
19 --- Test block quota ---
20 Write 225 blocks...
21 Rewrite 250 blocks plus 1 byte, over the block softlimit...
22 Try to write 1 one more block after grace...
23 pwrite: Disk quota exceeded
24 --- Test inode quota ---
25 Create 2 more files, over the inode softlimit...
26 Try to create one more inode after grace...
27 touch: cannot touch 'SCRATCH_MNT/file5': Disk quota exceeded
28 ### Remove all files
29
30 ### Test project quota softlimit and grace time
31 ### Initialize files, and their mode and ownership
32 --- Test block quota ---
33 Write 225 blocks...
34 Rewrite 250 blocks plus 1 byte, over the block softlimit...
35 Try to write 1 one more block after grace...
36 pwrite: EDQUOT|ENOSPC
37 --- Test inode quota ---
38 Create 2 more files, over the inode softlimit...
39 Try to create one more inode after grace...
40 touch: cannot touch 'SCRATCH_MNT/t/file5': EDQUOT|ENOSPC
41 ### Remove all files