Received: by 2002:a25:e74b:0:0:0:0:0 with SMTP id e72csp96472ybh; Mon, 20 Jul 2020 11:13:10 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxhqz4JQm0s9XDBpVq2SgNK5nhCjZusai4NVf2uonEKJ8NuAMPlRoiDQXR3ClHJdD87GjJd X-Received: by 2002:a17:906:c1c3:: with SMTP id bw3mr23069440ejb.8.1595268790048; Mon, 20 Jul 2020 11:13:10 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1595268790; cv=none; d=google.com; s=arc-20160816; b=ZRRUA8Am5xTmcw7myqFg4i7ysn2QJcUCbxBipUTiNPRO30P6Ffxi5CP1S3TAMvFvve Cj0M9zZMthE/Zpohz3CPe/C11cQDsEOnyE4Cij7XLIttCamLvrrVUT7In5BynMaHl6ha HTctKzIR/N2iBGhJH1T2x5ERMkNdYBkmF9/sO5l1KNvYKjf2fjGrdaF+PHn0NXOzeb1j NXs+iW70RkhI03+3yYnAnRHZV8Q0FU9w01pLE6kA0QOXrLvtur6sDfbB4UYn6BkeMjTC fgzuc/Dn9bowVsJZwW27rcL4gU3i6f8vcfpO7+kB62HXXsd56DooSFkychMY2ZNKPfml Itpw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:reply-to:message-id:subject:cc:to:from:date; bh=h1qylPmqd8QRRy3gmmOZDA21bMSNXYkO4sFeDqiSL64=; b=jgLHBzRwsBO7x2GghumHCGmH0GZtQ5OoeJ0rVLjewgap61+4Z2KO4wlOIn+mRicscQ 60Qloh8UqTgNkw18N/fob0DKn45vPkv1gei9vhkQV7cMH+YoR/ZO78qmfxPE2EJaPzAb iiEcV0KFYEWr7Wpe714GB60P72oGpVztcbrJufKllFZUpax7YH6kW99X4x4dy4ktOjQj 0BHFW0jRMvu6VUiCHh41jeUXvoFU6g0/M2jh2ExLrqmuAiPGM1WBo2eORclB+15g3J7N 2jLVZ8dZl+c6qFsqfqNkl1K02JrMQ2HXQ8MveIjIhL7tBtwoPjDEzSwhzerjqrweqMlQ rGzA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-nfs-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-nfs-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id f18si10662069edw.95.2020.07.20.11.12.41; Mon, 20 Jul 2020 11:13:10 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-nfs-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-nfs-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-nfs-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729876AbgGTSMT (ORCPT + 99 others); Mon, 20 Jul 2020 14:12:19 -0400 Received: from mx2.suse.de ([195.135.220.15]:47260 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728448AbgGTSMS (ORCPT ); Mon, 20 Jul 2020 14:12:18 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 04BA7AD1A; Mon, 20 Jul 2020 18:12:23 +0000 (UTC) Date: Mon, 20 Jul 2020 20:12:13 +0200 From: Petr Vorel To: "bfields@fieldses.org" Cc: Trond Myklebust , "ltp@lists.linux.it" , "chuck.lever@oracle.com" , "linux-nfs@vger.kernel.org" , "alexey.kodanev@oracle.com" , "yangx.jy@cn.fujitsu.com" , Cyril Hrubis Subject: Re: [RFC PATCH 1/1] Remove nfsv4 Message-ID: <20200720181213.GA29583@dell5510> Reply-To: Petr Vorel References: <20200720091449.19813-1-pvorel@suse.cz> <20200720141255.GA25707@fieldses.org> <20200720143620.GD21201@dell5510> <20200720151508.GA13786@dell5510> <20200720170117.GB25707@fieldses.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200720170117.GB25707@fieldses.org> Sender: linux-nfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org Hi Bruce, Trond, > > > > 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. > > > > Just for fun, I grepped through old mail to see if I could find any > > > > cases of these tests being used. I found one, in which Chuck reports an > > > > nfslock01 failure. Looks like it did find a real bug, which we fixed: > > > > https://lore.kernel.org/r/8DF85CB6-5FEB-4A25-9715-C9808F37A4B1@oracle.com > > > > https://lore.kernel.org/r/20160807185024.11705.10864.stgit@klimt.1015granger.net > > > Thanks for your explanation, this obviously justify these tests in LTP, unless > > > you want to move it to git.linux-nfs.org and maintain on your own. > > Actually, that fix 42691398be08 ("nfsd: Fix race between FREE_STATEID and LOCK") > > from v4.8-rc2 reported by Alexey Kodanev (LTP network maintainer) was found by > > nfslock01 test [1], which is integrated into other LTP NFS tests [2]. I'd > > definitely keep these in LTP. > Whoops, I don't know why I thought I saw nfslock01 in your patch. > Apologies. No problem at all, I at least had a second look and find missing runtest file. > > nfsv4 I proposed to remove as outdated and not being used are testing ACL [3] > > and fcntl locking [4]. ACL tests use rsh and aren't integrated into LTP > > framework (use their custom [5] runtest file thus I doubt anyone is using it). > > fcntl locktests are at least integrated into LTP (use fcntl-locktests runtest > > file[6], I forget to remove it in this patch). > > Both tests are written in 2005. I don't want to push for removal, if you see any > > use in it. > Looks like they may test some things (ACL enforcement, multi-client > locking), that our other test suites don't. That justify to have them, if they really test that properly. IMHO they need at least a cleanup/rewrite (no matter whether they stay in LTP or adopted by other project), but maybe write new tests from scratch might be easier. > On the other hand, if nobody's actually running them then maybe it's on > us to adopt them if we want them. (Not volunteering for now.) Even this brief review helped, thanks! Kind regards, Petr > --b. > > Kind regards, > > Petr > > [1] https://github.com/linux-test-project/ltp/tree/master/testcases/network/nfs/nfslock01/ > > [2] https://github.com/linux-test-project/ltp/blob/master/runtest/net.nfs > > [3] https://github.com/linux-test-project/ltp/tree/master/testcases/network/nfsv4/acl > > [4] https://github.com/linux-test-project/ltp/tree/master/testcases/network/nfsv4/locks > > [5] https://github.com/linux-test-project/ltp/blob/master/testcases/network/nfsv4/acl/runtest > > [6] https://github.com/linux-test-project/ltp/blob/master/runtest/fcntl-locktests