From: Dave Chinner <david@fromorbit.com>
To: xfs@oss.sgi.com
Subject: [PATCH 1/3] xfsqa: clean up 030 repair output
Date: Thu, 29 Apr 2010 10:16:24 +1000 [thread overview]
Message-ID: <1272500186-29393-2-git-send-email-david@fromorbit.com> (raw)
In-Reply-To: <1272500186-29393-1-git-send-email-david@fromorbit.com>
With the new checks in xfs_repair, it outputs more information
about errors found than previously. This new output can be ignored
for the purposeѕ of this test, so filter it all out. This will
allow the test to run on new and old reapir binaries.
Signed-off-by: Dave Chinner <david@fromorbit.com>
---
common.repair | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/common.repair b/common.repair
index ba42b8f..23a1ed6 100644
--- a/common.repair
+++ b/common.repair
@@ -72,6 +72,11 @@ s/ - generate realtime summary info and bitmap...\n//g;
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;
+# 3.1.0 extra accounting output
+/^agf_/ && next; # remove agf counts
+/^agi_/ && next; # remove agi counts
+/^sb_/ && next; # remove sb counts
+/^agi unlinked/ && next; # remove agi unlinked bucket warning
print;'
}
--
1.5.6.5
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
next prev parent reply other threads:[~2010-04-29 0:14 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-29 0:16 [PATCH 0/3] xfstests: miscellaneous patches Dave Chinner
2010-04-29 0:16 ` Dave Chinner [this message]
2010-04-29 10:18 ` [PATCH 1/3] xfsqa: clean up 030 repair output Christoph Hellwig
2010-04-29 0:16 ` [PATCH 2/3] xfsqa: keep xfs_fsr output around in test 222 Dave Chinner
2010-04-29 10:19 ` Christoph Hellwig
2010-04-29 0:16 ` [PATCH 3/3] xfsqa: build dbtest on debian platforms Dave Chinner
2010-04-29 6:49 ` Dave Chinner
2010-04-29 10:20 ` Christoph Hellwig
2010-04-29 10:46 ` Christoph Hellwig
2010-04-30 1:26 ` Dave Chinner
2010-04-30 2:28 ` Alex Elder
2010-04-30 3:20 ` Eric Sandeen
2010-04-30 8:55 ` Dave Chinner
2010-04-30 16:39 ` Christoph Hellwig
2010-04-30 17:24 ` Alex Elder
2010-04-29 10:20 ` Christoph Hellwig
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1272500186-29393-2-git-send-email-david@fromorbit.com \
--to=david@fromorbit.com \
--cc=xfs@oss.sgi.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox