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.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=ham 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 3DA9BC4332D for ; Thu, 19 Mar 2020 19:16:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 19A522072D for ; Thu, 19 Mar 2020 19:16:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726867AbgCSTQf (ORCPT ); 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