From: Dmitry Monakhov <dmonakhov@openvz.org>
To: xfs@oss.sgi.com
Cc: linux-fsdevel@vger.kernel.org,
Dmitry Monakhov <dmonakhov@openvz.org>,
linux-ext4@vger.kernel.org, dchinner@redhat.com
Subject: [PATCH 3/4] ext4: ignore valid errors from defragmentation tests
Date: Tue, 9 Jul 2013 15:05:17 +0400 [thread overview]
Message-ID: <1373367918-7516-3-git-send-email-dmonakhov@openvz.org> (raw)
In-Reply-To: <1373367918-7516-1-git-send-email-dmonakhov@openvz.org>
Signed-off-by: Dmitry Monakhov <dmonakhov@openvz.org>
---
tests/ext4/301 | 3 +++
tests/ext4/302 | 3 +++
tests/ext4/303 | 6 ++++++
tests/ext4/304 | 3 +++
4 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/tests/ext4/301 b/tests/ext4/301
index 0ca3622..30e4273 100755
--- a/tests/ext4/301
+++ b/tests/ext4/301
@@ -74,6 +74,9 @@ donorname=test1.def
filename=test1
inplace=0
rw=write
+continue_on_error=write
+ignore_error=,ENOSPC:EBUSY
+error_dump=0
numjobs=${NUM_JOBS}
runtime=30*${TIME_FACTOR}
time_based
diff --git a/tests/ext4/302 b/tests/ext4/302
index 497f4c6..5ce007b 100755
--- a/tests/ext4/302
+++ b/tests/ext4/302
@@ -76,6 +76,9 @@ donorname=test2.def
filename=test2
inplace=0
rw=write
+continue_on_error=write
+ignore_error=,ENOSPC:EBUSY
+error_dump=0
numjobs=${LOAD_FACTOR}
runtime=30*${TIME_FACTOR}
time_based
diff --git a/tests/ext4/303 b/tests/ext4/303
index 93354e5..f96264e 100755
--- a/tests/ext4/303
+++ b/tests/ext4/303
@@ -72,6 +72,9 @@ donorname=test3.def
filename=test31
inplace=0
rw=write
+continue_on_error=write
+ignore_error=,ENOSPC:EBUSY
+error_dump=0
numjobs=${LOAD_FACTOR}
runtime=30*${TIME_FACTOR}
time_based
@@ -84,6 +87,9 @@ donorname=test3.def
filename=test32
inplace=0
rw=write
+continue_on_error=write
+ignore_error=,ENOSPC:EBUSY
+error_dump=0
numjobs=${LOAD_FACTOR}
runtime=30*${TIME_FACTOR}
time_based
diff --git a/tests/ext4/304 b/tests/ext4/304
index 74e601a..5e03d4a 100755
--- a/tests/ext4/304
+++ b/tests/ext4/304
@@ -76,6 +76,9 @@ donorname=test4.def
filename=test4
inplace=1
rw=randwrite
+continue_on_error=write
+ignore_error=,ENOSPC:EBUSY:EINVAL:61
+error_dump=0
numjobs=4*${LOAD_FACTOR}
runtime=30*${TIME_FACTOR}
time_based
--
1.7.1
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
next prev parent reply other threads:[~2013-07-09 11:05 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-09 11:05 [PATCH 1/4] large-fs: fix large_fs space detection Dmitry Monakhov
2013-07-09 11:05 ` [PATCH 2/4] large-fs: improve space diversification for ext4 Dmitry Monakhov
2013-07-11 1:10 ` Dave Chinner
2013-07-09 11:05 ` Dmitry Monakhov [this message]
2013-07-11 1:11 ` [PATCH 3/4] ext4: ignore valid errors from defragmentation tests Dave Chinner
2013-07-09 11:05 ` [PATCH 4/4] large-fs: fix ext4 " Dmitry Monakhov
2013-07-11 1:17 ` Dave Chinner
2013-07-11 0:54 ` [PATCH 1/4] large-fs: fix large_fs space detection Dave Chinner
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=1373367918-7516-3-git-send-email-dmonakhov@openvz.org \
--to=dmonakhov@openvz.org \
--cc=dchinner@redhat.com \
--cc=linux-ext4@vger.kernel.org \
--cc=linux-fsdevel@vger.kernel.org \
--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;
as well as URLs for NNTP newsgroup(s).