mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
265c1037ee
There's a bug in xfs where the orphan inode list is not processed on a readonly mount, and is still not processed even if it gets mounted rw. This test exercises that, and makes sure that the unlinked list is empty after a transition to rw and an unmount. While we're at it, sanity check the same thing for pure ro and rw unmounts. Now that shutdown is generic, we can test other filesystems as well, so this is in the generic group. Signed-off-by: Eric Sandeen <sandeen@redhat.com> Reviewed-by: Eryu Guan <eguan@redhat.com> Signed-off-by: Eryu Guan <eguan@redhat.com>
14 lines
340 B
Plaintext
14 lines
340 B
Plaintext
QA output created by 417
|
|
mount dirty orphans rw, then unmount
|
|
open and unlink 200 files with EAs
|
|
godown
|
|
check fs consistency
|
|
mount dirty orphans ro, then unmount
|
|
open and unlink 200 files with EAs
|
|
godown
|
|
check fs consistency
|
|
mount dirty orphans ro and remount rw, then unmount
|
|
open and unlink 200 files with EAs
|
|
godown
|
|
check fs consistency
|