]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - utils/mountd/mountd.man
update manpages for showmount and mountd
[nfs-utils.git] / utils / mountd / mountd.man
index f8646d477670aaf028b01eda63c667e0b631bbb8..4276663fa34ddb8d0dffe6a8a31709168f57519e 100644 (file)
@@ -125,6 +125,13 @@ If this option is not specified the default of
 .BR /var/lib/nfs
 is used.
 .TP
+.BI "\-r," "" " \-\-reverse\-lookup"
+mountd tracks IP addresses in the rmtab, and when a DUMP request is made (by
+someone running showmount -a, for instance), it returns IP addresses instead
+of hostnames by default. This option causes mountd to do a reverse
+lookup on each IP address and return that hostname instead. Enabling this can
+have a substantial negative effect on performance in some situations.
+.TP
 .BR "\-t N" " or " "\-\-num\-threads=N"
 This option specifies the number of worker threads that rpc.mountd
 spawns.  The default is 1 thread, which is probably enough.  More