From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.8 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5AD5FC433E3 for ; Mon, 20 Jul 2020 15:17:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 25C0B22B4D for ; Mon, 20 Jul 2020 15:17:54 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="Oly5kqo+" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726812AbgGTPRx (ORCPT ); Mon, 20 Jul 2020 11:17:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35626 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725815AbgGTPRx (ORCPT ); Mon, 20 Jul 2020 11:17:53 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 45C8EC061794 for ; Mon, 20 Jul 2020 08:17:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=RTJCQoT4n3eWjZd87cifxoVNLQME7QIUwsdXFeCJ158=; b=Oly5kqo+KwadkUB4cUygk58rbp MRC4xydVj5qb+0LEU7vRlfG1/kiqkmx/KptgXdtczWVZPp2A6vnQqDB252lEUtdXduN0P9qymCI5u v89xLosSCAPb5i1lfhjBOxW3cjkLwvZY82rXdw6YJGJdvuOe/TxkQmDavE6j7Kr9QVigFKKrGCDbu 1jEyTbbz86Lbrx5QrTIWinJqxdU74tYW6svxP25Au+S4E/EcrrGGiK1TQGJ0xwXOL8DbYH22eUbjj 4ONW4mtlpQqZJcaTxIX95yEjU56QPWjuZdttlm8KutyHy08cvloYC8EOET3ORMu5cM6rLkpgrw2Fs rRQITaXg==; Received: from hch by casper.infradead.org with local (Exim 4.92.3 #3 (Red Hat Linux)) id 1jxXXy-0004fJ-Na; Mon, 20 Jul 2020 15:17:42 +0000 Date: Mon, 20 Jul 2020 16:17:42 +0100 From: Christoph Hellwig To: Trond Myklebust Cc: "ltp@lists.linux.it" , "pvorel@suse.cz" , "bfields@fieldses.org" , "chuck.lever@oracle.com" , "linux-nfs@vger.kernel.org" , "alexey.kodanev@oracle.com" , "yangx.jy@cn.fujitsu.com" Subject: Re: [RFC PATCH 1/1] Remove nfsv4 Message-ID: <20200720151742.GA16973@infradead.org> References: <20200720091449.19813-1-pvorel@suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-SRS-Rewrite: SMTP reverse-path rewritten from by casper.infradead.org. See http://www.infradead.org/rpr.html Sender: linux-nfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org On Mon, Jul 20, 2020 at 01:32:09PM +0000, Trond Myklebust wrote: > On Mon, 2020-07-20 at 11:14 +0200, Petr Vorel wrote: > > Reasons to drop: > > * outdated tests (from 2005) > > * not used (NFS kernel maintainers use pynfs [1]) > > * written in Python (we support C and shell, see [2]) > > > > [1] http://git.linux-nfs.org/?p=bfields/pynfs.git;a=summary > > [2] https://github.com/linux-test-project/ltp/issues/547 > > > > Unlike pynfs, these tests run on a real NFS client, and were designed > to test client implementations, as well as the servers. > > So if they get dropped from ltp, then we will have to figure out some > other way of continuing to maintain them. NFS tests using the kernel sound like a prime candidate for xfstests. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Date: Mon, 20 Jul 2020 16:17:42 +0100 Subject: [LTP] [RFC PATCH 1/1] Remove nfsv4 In-Reply-To: References: <20200720091449.19813-1-pvorel@suse.cz> Message-ID: <20200720151742.GA16973@infradead.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ltp@lists.linux.it On Mon, Jul 20, 2020 at 01:32:09PM +0000, Trond Myklebust wrote: > On Mon, 2020-07-20 at 11:14 +0200, Petr Vorel wrote: > > Reasons to drop: > > * outdated tests (from 2005) > > * not used (NFS kernel maintainers use pynfs [1]) > > * written in Python (we support C and shell, see [2]) > > > > [1] http://git.linux-nfs.org/?p=bfields/pynfs.git;a=summary > > [2] https://github.com/linux-test-project/ltp/issues/547 > > > > Unlike pynfs, these tests run on a real NFS client, and were designed > to test client implementations, as well as the servers. > > So if they get dropped from ltp, then we will have to figure out some > other way of continuing to maintain them. NFS tests using the kernel sound like a prime candidate for xfstests.