mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
a092363bbd
Tests xfs_db's ability to change & restore UUIDs on V5 filesystems, and tests xfs_copy's ability to change the UUID on the copy. Update to _filter_uuid is so that it will catch the UUID output from xfs_admin -u, which is slightly different than the regexp it was expecting. This requires new userspace which knows how to change the UUID on a V5 superblock. Signed-off-by: Eric Sandeen <sandeen@redhat.com> Reviewed-by: Brian Foster <bfoster@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
22 lines
474 B
Plaintext
22 lines
474 B
Plaintext
QA output created by 077
|
|
== Generate new UUID
|
|
Clearing log and setting UUID
|
|
writing all SBs
|
|
new UUID = <UUID>
|
|
== Rewrite UUID
|
|
old UUID = <EXACTUUID>
|
|
Clearing log and setting UUID
|
|
writing all SBs
|
|
new UUID = <EXACTUUID>
|
|
== Restore old UUID
|
|
Clearing log and setting UUID
|
|
writing all SBs
|
|
new UUID = <EXACTUUID>
|
|
== Rewrite UUID
|
|
old UUID = <EXACTUUID>
|
|
Clearing log and setting UUID
|
|
writing all SBs
|
|
new UUID = <EXACTUUID>
|
|
== xfs_copy with new UUID
|
|
== xfs_copy with duplicate UUID
|