* [PATCH] generic: add fallocate() checks to generic/300
@ 2014-04-11 21:43 Eric Whitney
2014-04-14 0:29 ` Dave Chinner
0 siblings, 1 reply; 2+ messages in thread
From: Eric Whitney @ 2014-04-11 21:43 UTC (permalink / raw)
To: xfs; +Cc: linux-ext4
Generic/300 fails when run on a test filesystem that does not support
fallocate(). It uses fio's falloc ioengine to generate part of its I/O
load and both allocates blocks and punches holes. This causes EOPNOTSUPP
failures when the test is run on indirect block-mapped ext4 filesystems
or pre-3.14 ext4 filesystems created with bigalloc.
Verify that the test filesystem supports fallocate() before proceeding
with the test, checking for both block allocation and hole punching
capabilities. Also, delete any pre-existing test output.
Signed-off-by: Eric Whitney <enwlinux@gmail.com>
---
tests/generic/300 | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/tests/generic/300 b/tests/generic/300
index 7c60728..4e07f8a 100755
--- a/tests/generic/300
+++ b/tests/generic/300
@@ -44,6 +44,13 @@ _supported_os Linux
_need_to_be_root
_require_scratch
+# xfs_io is not required for this test, but it's the best way to verify
+# the test system supports fallocate() for allocation and hole punching
+_require_xfs_io_falloc
+_require_xfs_io_falloc_punch
+
+rm -f $seqres.full
+
NUM_JOBS=$((4*LOAD_FACTOR))
BLK_DEV_SIZE=`blockdev --getsz $SCRATCH_DEV`
if [ $((BLK_DEV_SIZE)) -gt 1048576 ]
--
1.8.3.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] generic: add fallocate() checks to generic/300
2014-04-11 21:43 [PATCH] generic: add fallocate() checks to generic/300 Eric Whitney
@ 2014-04-14 0:29 ` Dave Chinner
0 siblings, 0 replies; 2+ messages in thread
From: Dave Chinner @ 2014-04-14 0:29 UTC (permalink / raw)
To: Eric Whitney; +Cc: xfs, linux-ext4
On Fri, Apr 11, 2014 at 05:43:07PM -0400, Eric Whitney wrote:
> Generic/300 fails when run on a test filesystem that does not support
> fallocate(). It uses fio's falloc ioengine to generate part of its I/O
> load and both allocates blocks and punches holes. This causes EOPNOTSUPP
> failures when the test is run on indirect block-mapped ext4 filesystems
> or pre-3.14 ext4 filesystems created with bigalloc.
>
> Verify that the test filesystem supports fallocate() before proceeding
> with the test, checking for both block allocation and hole punching
> capabilities. Also, delete any pre-existing test output.
>
> Signed-off-by: Eric Whitney <enwlinux@gmail.com>
Makes sense. Same for the second patch, too.
Reviewed-by: Dave Chinner <dchinner@redhat.com>
--
Dave Chinner
david@fromorbit.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-04-14 0:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-11 21:43 [PATCH] generic: add fallocate() checks to generic/300 Eric Whitney
2014-04-14 0:29 ` Dave Chinner
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).