diff options
author | Scott Mayhew <smayhew@redhat.com> | 2017-04-09 15:19:02 -0400 |
---|---|---|
committer | Steve Dickson <steved@redhat.com> | 2017-04-09 15:22:07 -0400 |
commit | abe0774b0f39bdb32790e6ed20627e6fc43682f3 (patch) | |
tree | e16e481f09a1313001ee7e71517a9f739f4eb86f /systemd | |
parent | 53f31f060e94fb0318418485fc2ab7149ab27f18 (diff) | |
download | nfs-utils-abe0774b0f39bdb32790e6ed20627e6fc43682f3.tar.gz nfs-utils-abe0774b0f39bdb32790e6ed20627e6fc43682f3.tar.xz nfs-utils-abe0774b0f39bdb32790e6ed20627e6fc43682f3.zip |
idmapd: move the pipefs-directory config option to nfs.conf
Changed idmapd to read its value for the pipefs-directory from
/etc/nfs.conf rather than /etc/idmapd.conf. All other configurations
related to id mapping still reside in /etc/idmapd.conf for now.
Added a warning to indicate that idmapd's -c option is deprecated.
Corrected a misspelling of 'configuration' in nfs.conf.
Signed-off-by: Scott Mayhew <smayhew@redhat.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'systemd')
-rw-r--r-- | systemd/nfs.conf.man | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/systemd/nfs.conf.man b/systemd/nfs.conf.man index bdc0988..e493ea3 100644 --- a/systemd/nfs.conf.man +++ b/systemd/nfs.conf.man @@ -96,6 +96,15 @@ value, which can be one or more from the list .BR all . When a list is given, the members should be comma-separated. .TP +.B general +Recognized values: +.BR pipefs-directory . + +See +.BR rpc.idmapd (8) +for details. + +.TP .B nfsdcltrack Recognized values: .BR storagedir . |