summaryrefslogtreecommitdiff
path: root/utils/showmount
diff options
context:
space:
mode:
authorJeff Layton <jlayton@redhat.com>2019-06-03 10:26:26 -0400
committerSteve Dickson <steved@redhat.com>2019-06-03 10:26:26 -0400
commiteb86265555e469c3dbeddba0968fd1cff36fc8df (patch)
tree45baed372a69a752ef294a352f64d13c47c108e7 /utils/showmount
parent6ec295428a5f50c184891a57566b8667844f8af6 (diff)
downloadnfs-utils-eb86265555e469c3dbeddba0968fd1cff36fc8df.tar.gz
manpage: explain why showmount doesn't really work against a v4-only server
From: Jeff Layton <jlayton@redhat.com> I occasionally see people that expect valid info when running showmount against a server that may export some or all filesystems via NFSv4. Let's make it clear that it only works by talking to the remote MNT service, and that that may not be available from a v4-only server. Cc: Jan Fajerski <jfajerski@suse.com> Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'utils/showmount')
-rw-r--r--utils/showmount/showmount.man5
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/showmount/showmount.man b/utils/showmount/showmount.man
index a2f510f..35818e1 100644
--- a/utils/showmount/showmount.man
+++ b/utils/showmount/showmount.man
@@ -56,5 +56,10 @@ Because
.B showmount
sorts and uniqs the output, it is impossible to determine from
the output whether a client is mounting the same directory more than once.
+.P
+.B showmount
+works by contacting the server's MNT service directly. NFSv4-only servers have
+no need to advertise their exported root filehandles via this method, and may
+not expose their MNT service to clients.
.SH AUTHOR
Rick Sladkey <jrs@world.std.com>