Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp5219510yba; Mon, 13 May 2019 07:20:45 -0700 (PDT) X-Google-Smtp-Source: APXvYqyyEHFIf5QWbQAWnmDgiiBPKTuWOQs/yvOBI++JZchI0eDvAXn6ANHMRbITHLAZ4aZoUVj/ X-Received: by 2002:a63:6e0b:: with SMTP id j11mr18365189pgc.291.1557757245767; Mon, 13 May 2019 07:20:45 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1557757245; cv=none; d=google.com; s=arc-20160816; b=IA4IM8LhSSTl+I2Yp7FnyTir0rtTkq4U+iQ9RQWIsyzSyFagQViK8nE4mxHa6OkFlp m4M/k7sDezN6uoOVWuCXZ+rD8UHX/PMrZHuHtKeKlitZmJ+AH7p286yIYFQm4xxtR78z B4nxcC/yz92OUhKWnpBrXhvBBnpnvIaoKhA0FJ2H2OtYMauVnge/GMDrkj8PGTN6PLab 6nyaiOGFfcaH9YscCpIbY+2bLDScVZHGYc12BsE5QEfDuUnUy0M1dDXFuYDBptOMGYg7 xAot8WNYEnlLDkvACvb0xBSYpjVi18rz3AbYV1XExg6zPHPKtd/zw+NwSMzoO7nY0qej k/VA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=E1vtb1r2YgdCH1O+7UiEBZ7po53C8eDWsDinAAEy3b4=; b=EPob73+TdxU9Z47keZSovBuoX9iB+vF4gMZLaj+VSe0E+NCmnhIsiZuR5WFFM2v79/ qBf+meoRQMT6LvMH+pbXUZJ5Miz3jtV5XdMOWtwhDHlZbHm7+dhSyE3Vzt/4iqdsWudQ V/uHBJWouhudM2Ctn5lkuhHLMcBImzAIezHMFGb6a+X3iJF8YncFVCWW3z64hSlrNgh8 7wgck29BPzGvTP7kz7PmDoMVxFQmnJM3g0elvOXayrORRO2NiTrHN3Y/bDfMU+h2IUWJ vZuoyQTvC29izp/2lGccrn7cq9sVyhwWlEqDfJ3MrrHfVV5E/B9m/LdziTkY/usBa0E7 0OHw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-nfs-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-nfs-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id p22si16093529plo.341.2019.05.13.07.20.26; Mon, 13 May 2019 07:20:45 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-nfs-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-nfs-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-nfs-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729133AbfEMNo6 (ORCPT + 99 others); Mon, 13 May 2019 09:44:58 -0400 Received: from fieldses.org ([173.255.197.46]:58336 "EHLO fieldses.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728755AbfEMNo5 (ORCPT ); Mon, 13 May 2019 09:44:57 -0400 Received: by fieldses.org (Postfix, from userid 2815) id 6E19F1DCB; Mon, 13 May 2019 09:44:57 -0400 (EDT) Date: Mon, 13 May 2019 09:44:57 -0400 From: "J. Bruce Fields" To: Jeff Layton Cc: steved@redhat.com, linux-nfs@vger.kernel.org, jfajerski@suse.com Subject: Re: [PATCH] manpage: explain why showmount doesn't really work against a v4-only server Message-ID: <20190513134457.GA13359@fieldses.org> References: <20190510215445.1823-1-jlayton@kernel.org> <20190511135442.GA15721@fieldses.org> <593884facebf2ebcafcbe577845a961abbaa9928.camel@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <593884facebf2ebcafcbe577845a961abbaa9928.camel@kernel.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-nfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org On Mon, May 13, 2019 at 09:29:42AM -0400, Jeff Layton wrote: > Yeah, that certainly wouldn't hurt. I'd suggest we add that in a > separate patch though. Agreed. > We will need to spell this out in the manpage either way. At least with > ganesha, you can export some filesystems via v3 and others via v4 only, > and the MNT service there will only report the v3 ones. In that case, > you have a reachable service, but the v4-only filesystems will be > missing from showmount's output. That doesn't sound like a great idea to me, but maybe you have no choice if for some reason you want to allow simultaneous support for v3-only clients and for filesystems that require long filehandles? Ugh. Anyway, this kind of warning doesn't have to catch every odd case. --b.