Received: by 2002:a25:6193:0:0:0:0:0 with SMTP id v141csp96047ybb; Thu, 19 Mar 2020 12:17:33 -0700 (PDT) X-Google-Smtp-Source: ADFU+vs/A1TZsqtN19J9pV8eZlJ/tdRyo5IgvTSZlNpBxlMaz8ZdNt/rECSiHhiceowIRUFnZLc3 X-Received: by 2002:a9d:6b88:: with SMTP id b8mr3558243otq.366.1584645453357; Thu, 19 Mar 2020 12:17:33 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1584645453; cv=none; d=google.com; s=arc-20160816; b=g54M+tdK2V/cW1opGpJ4LKuovePJk0AZxe1T2I+5B9tSvdEswI1UsWTYJMJMh26zDR GU0qYaLaKcfNDKoOEEjdCG+S+EgAyWSJFCG8HKnjQerkY51HNExgup9B/Ix+nUxAmZvU EBvh7RR322wFkuSGNomhugjbYK3LvOSDsfdp2KbGcfiPv+VTU9dUBOCLbA/0mfzHsv3U 9FZbJ42p+yxQoezl7e3Ue6v/Rkm4BJO0OBmnDmRlIBukUKpOPsF6rNSMHcBMeCbt55ZQ M7Ih7LKBnnaT7l2LB8KJV5j/mE37S3IeJNYCuLY64VdYZCrJq0/S4ofoIzMT0MZRroat BULQ== 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=e3BgzFGLxzw18mShvQT/dB22bsQASqu+kXjgqh+xKEk=; b=oCn7RtGz8YygBnUZWubv1E3rjZn6MoHi+LiqC8eDjUG3tOTTJ2Ts9l0M2UcclRniVI eamRFgLe71m86/rtNHT0NB6hZTat5vqh6n5KAy2fiuhJefjN6eeaS9nkOaUA0BPpihaH QZ187F+c9j6JfG1kNgqyZRnKZMRfgZipe2xJg0wt2EOq7Ntj52ci6tX1T2+PVlTLPF7S OpRdogtdGQKdRmxmnqT+4GDzHcn1lL/m6N+xYyrU0xYq3dF4MdiS583BgDlaxCGJqneT tE7fcO5pSi6wBrHzvXnTS5AfCavaFpVI9IVqy7znh5IPGVKK26Xli2By872AJBf4RTib kkvQ== 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 y16si1393220oie.225.2020.03.19.12.17.20; Thu, 19 Mar 2020 12:17:33 -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 S1726867AbgCSTQf (ORCPT + 99 others); Thu, 19 Mar 2020 15:16:35 -0400 Received: from fieldses.org ([173.255.197.46]:47020 "EHLO fieldses.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726589AbgCSTQf (ORCPT ); Thu, 19 Mar 2020 15:16:35 -0400 Received: by fieldses.org (Postfix, from userid 2815) id 1DA1420AE; Thu, 19 Mar 2020 15:16:34 -0400 (EDT) Date: Thu, 19 Mar 2020 15:16:34 -0400 From: "J. Bruce Fields" To: Steve Dickson Cc: linux-nfs@vger.kernel.org Subject: [PATCH 2/2] nfsd(7): minimal /proc/fs/nfsd/clients/ documentation Message-ID: <20200319191634.GC2624@fieldses.org> References: <20200319191532.GB2624@fieldses.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200319191532.GB2624@fieldses.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 From: "J. Bruce Fields" We should really say more, but this is at least a starting point. Signed-off-by: J. Bruce Fields --- utils/exportfs/nfsd.man | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/utils/exportfs/nfsd.man b/utils/exportfs/nfsd.man index 1392f3926053..514153f024fa 100644 --- a/utils/exportfs/nfsd.man +++ b/utils/exportfs/nfsd.man @@ -81,6 +81,16 @@ for that path as exported to the given client. The filehandle's length will be at most the number of bytes given. The filehandle will be represented in hex with a leading '\ex'. + +.TP +.B clients/ +This directory contains a subdirectory for each NFSv4 client. Each file +under that subdirectory gives some details about the client in YAML +format. In addition, writing "expire\\n" to the +.B ctl +file will force the server to immediately revoke all state held by that +client. + .PP The directory .B /proc/net/rpc -- 2.25.1