mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
added filters for tot repair
Merge of master-melb:xfs-cmds:27708a by kenmcd. added filters for tot xfs-repair
This commit is contained in:
@@ -52,6 +52,12 @@ s/internal log/<TYPEOF> log/g;
|
||||
s/external log on \S+/<TYPEOF> log/g;
|
||||
# realtime subvol - remove this whole line if it appears
|
||||
s/ - generate realtime summary info and bitmap...\n//g;
|
||||
#
|
||||
# new xfs repair output filters
|
||||
#
|
||||
s/\s+- creating \d+ worker thread\(s\)\n//g;
|
||||
s/\s+- reporting progress in intervals of \d+ minutes\n//g;
|
||||
s/\s+- \d+:\d\d:\d\d:.*\n//g;
|
||||
print;'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user