From patchwork Thu May 30 09:41:47 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Murphy Zhou X-Patchwork-Id: 10968487 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id A8D4513AD for ; Thu, 30 May 2019 09:41:57 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9BC97287DC for ; Thu, 30 May 2019 09:41:57 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 909BF28B10; Thu, 30 May 2019 09:41:57 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 10E32287DC for ; Thu, 30 May 2019 09:41:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727322AbfE3Jl4 (ORCPT ); Thu, 30 May 2019 05:41:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51166 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727201AbfE3Jl4 (ORCPT ); Thu, 30 May 2019 05:41:56 -0400 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 36DF82E95A2 for ; Thu, 30 May 2019 09:41:56 +0000 (UTC) Received: from localhost (dhcp-12-130.nay.redhat.com [10.66.12.130]) by smtp.corp.redhat.com (Postfix) with ESMTP id A44F36F940; Thu, 30 May 2019 09:41:55 +0000 (UTC) From: Murphy Zhou To: fstests@vger.kernel.org Cc: Murphy Zhou Subject: [PATCH] generic/517: notrun on NFS due to unaligned dedupe in test Date: Thu, 30 May 2019 17:41:47 +0800 Message-Id: <20190530094147.14512-1-xzhou@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.29]); Thu, 30 May 2019 09:41:56 +0000 (UTC) Sender: fstests-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: fstests@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP NFSv4.2 could pass _require_scratch_dedupe, since the test offset and size are aligned, while generic/517 is performing unaligned dedupe. NFS does not support unaligned dedupe now, returns EINVAL. Signed-off-by: Murphy Zhou --- tests/generic/517 | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/generic/517 b/tests/generic/517 index 601bb24e..23665782 100755 --- a/tests/generic/517 +++ b/tests/generic/517 @@ -30,6 +30,7 @@ _cleanup() _supported_fs generic _supported_os Linux _require_scratch_dedupe +$FSTYP == "nfs" && _notrun "NFS can't handle unaligned deduplication" rm -f $seqres.full