From 64229ea3c8506a9b0599eafffa3d6bb488c248ec Mon Sep 17 00:00:00 2001 From: Jeff Layton Date: Fri, 19 Sep 2014 10:41:51 -0400 Subject: nfsdcltrack: fix some minor nits in the manpage nfsdcltrack isn't a daemon, and we should make mention of the section in RFC5661. Signed-off-by: Jeff Layton Signed-off-by: Steve Dickson --- utils/nfsdcltrack/nfsdcltrack.man | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/utils/nfsdcltrack/nfsdcltrack.man b/utils/nfsdcltrack/nfsdcltrack.man index 6940788..c37c9a8 100644 --- a/utils/nfsdcltrack/nfsdcltrack.man +++ b/utils/nfsdcltrack/nfsdcltrack.man @@ -23,12 +23,13 @@ nfsdcltrack [\-d] [\-f] [\-s stable storage dir] .SH "DESCRIPTION" .IX Header "DESCRIPTION" nfsdcltack is the NFSv4 client tracking callout program. It is not necessary -to install this daemon on machines that are not acting as NFSv4 servers. +to install this program on machines that are not acting as NFSv4 servers. .PP When a network partition is combined with a server reboot, there are edge conditions that can cause the server to grant lock reclaims when other clients have taken conflicting locks in the interim. A more detailed -explanation of this issue is described in \s-1RFC\s0 3530, section 8.6.3. +explanation of this issue is described in \s-1RFC\s0 3530, section 8.6.3 +and in \s-1RFC\s0 5661, section 8.4.3. .PP In order to prevent these problems, the server must track a small amount of per-client information on stable storage. This program provides the -- cgit