]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
fuzzy: don't fuzz the log sequence number
authorDarrick J. Wong <djwong@kernel.org>
Fri, 30 Dec 2022 22:19:39 +0000 (14:19 -0800)
committerZorro Lang <zlang@kernel.org>
Sat, 25 Feb 2023 13:06:13 +0000 (21:06 +0800)
Don't bother filtering log sequence numbers since xfs_db doesn't have
the ability to tell us the range of LSNs that would actually cause
validation failures.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Zorro Lang <zlang@redhat.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
common/fuzzy

index 7e3b33e8769d217ed9c54122748acdd3d3bed83e..5e468306f7e219e3bc7dea10fbf6f5aaebc1ab48 100644 (file)
@@ -78,7 +78,9 @@ __filter_xfs_db_keys() {
 # does no validation.
 __filter_unvalidated_xfs_db_fields() {
        sed -e '/\.sec/d' \
-           -e '/\.nsec/d'
+           -e '/\.nsec/d' \
+           -e '/^lsn$/d' \
+           -e '/\.lsn/d'
 }
 
 # Filter the xfs_db print command's field debug information