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:
David Disseldorp
2006-12-12 14:55:58 +00:00
parent 7e95df6aac
commit f34441170a
+6
View File
@@ -52,6 +52,12 @@ s/internal log/<TYPEOF> log/g;
s/external log on \S+/<TYPEOF> log/g; s/external log on \S+/<TYPEOF> log/g;
# realtime subvol - remove this whole line if it appears # realtime subvol - remove this whole line if it appears
s/ - generate realtime summary info and bitmap...\n//g; 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;' print;'
} }