mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
872ccc54ca
Use the error injection mechanism to test log recovery of deferred work. 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>
18 lines
525 B
Plaintext
18 lines
525 B
Plaintext
QA output created by 321
|
|
Format filesystem
|
|
Create files
|
|
Check files
|
|
2a4f043bf9730a9e8882c9264b9797b3 SCRATCH_MNT/file1
|
|
b5cfa9d6c8febd618f91ac2843d50a1c SCRATCH_MNT/file3
|
|
Inject error
|
|
Try to reflink
|
|
XFS_IOC_CLONE_RANGE: Input/output error
|
|
FS should be shut down, touch will fail
|
|
touch: cannot touch 'SCRATCH_MNT/badfs': Input/output error
|
|
Remount to replay log
|
|
Check files
|
|
2a4f043bf9730a9e8882c9264b9797b3 SCRATCH_MNT/file1
|
|
2a4f043bf9730a9e8882c9264b9797b3 SCRATCH_MNT/file3
|
|
FS should be online, touch should succeed
|
|
Done
|