From f34441170a3e0fc210deccfc0db8e801eb3e1e4e Mon Sep 17 00:00:00 2001 From: David Disseldorp Date: Tue, 12 Dec 2006 14:55:58 +0000 Subject: [PATCH] added filters for tot repair Merge of master-melb:xfs-cmds:27708a by kenmcd. added filters for tot xfs-repair --- common.repair | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/common.repair b/common.repair index 326dc894..8edbc45d 100644 --- a/common.repair +++ b/common.repair @@ -52,6 +52,12 @@ s/internal log/ log/g; s/external log on \S+/ 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;' } -- 2.47.3