From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay.sgi.com (relay2.corp.sgi.com [137.38.102.29]) by oss.sgi.com (Postfix) with ESMTP id B5DD729DFB for ; Fri, 23 Aug 2013 15:41:40 -0500 (CDT) Received: from cuda.sgi.com (cuda3.sgi.com [192.48.176.15]) by relay2.corp.sgi.com (Postfix) with ESMTP id A29D5304043 for ; Fri, 23 Aug 2013 13:41:37 -0700 (PDT) Received: from mail-qc0-f177.google.com (mail-qc0-f177.google.com [209.85.216.177]) by cuda.sgi.com with ESMTP id J4Bfl0JHHGVUU4SJ (version=TLSv1 cipher=RC4-SHA bits=128 verify=NO) for ; Fri, 23 Aug 2013 13:41:36 -0700 (PDT) Received: by mail-qc0-f177.google.com with SMTP id b10so598510qcw.36 for ; Fri, 23 Aug 2013 13:41:36 -0700 (PDT) Date: Fri, 23 Aug 2013 16:41:32 -0400 From: Eric Whitney Subject: [PATCH] xfstests: only run generic/300 on filesystems supporting fallocate() Message-ID: <20130823204132.GB3778@wallace> MIME-Version: 1.0 Content-Disposition: inline List-Id: XFS Filesystem from SGI List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: xfs-bounces@oss.sgi.com Sender: xfs-bounces@oss.sgi.com To: xfs@oss.sgi.com Cc: linux-ext4@vger.kernel.org Generic/300 fails when run on a test filesystem that does not support fallocate(), as in the case of an ext4 filesystem created without the extent feature. It uses fio's falloc ioengine to generate part of its I/O load. Verify that the test filesystem supports fallocate() before proceeding with the test. Also, delete any pre-existing test output to avoid confusion with old results. Signed-off-by: Eric Whitney --- tests/generic/300 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/generic/300 b/tests/generic/300 index 7c60728..1ac763b 100755 --- a/tests/generic/300 +++ b/tests/generic/300 @@ -43,6 +43,9 @@ _supported_fs generic _supported_os Linux _need_to_be_root _require_scratch +_require_xfs_io_falloc + +rm -f $seqres.full NUM_JOBS=$((4*LOAD_FACTOR)) BLK_DEV_SIZE=`blockdev --getsz $SCRATCH_DEV` -- 1.7.10.4 _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs