Description of problem: The script /usr/lib/systemd/scripts/nfs-utils_env.sh is missing some lines. It does not copy the following settings from the /etc/sysconfig/nfs configuration file : RPCRQUOTADOPTS RPCNFSDCOUNT GSS_USE_PROXY The first two lines would be usefull if you would like to tweak settings for nfs. The third causes the gssproxy daemon not to be used for nfs thus making all the applications unable to mount kerberized nfs mounts through gssproxy. The following lines should be added to the script between line 32 and 33: echo RPCRQUOTADOPTS="$RPCRQUOTADOPTS" echo RPCNFSDCOUNT="$RPCNFSDCOUNT" echo GSS_USE_PROXY="$GSS_USE_PROXY" Version-Release number of selected component (if applicable): How reproducible: - n/a Steps to Reproduce: - n/a Actual results: /run/sysconfig/nfs-utils has only 7 entries, thus missing 3 gssproxy cannot be enabled for use with nfs Expected results: /run/sysconfig/nfs-utils should have all 10 entries from /etc/sysconfig/nfs gssproxy can be enabled for use with nfs Additional info: looks a bit like bug 1170354, but that one is about typos not missing settings
This is fixed with nfs-utils-1.3.1-4.0.fc21 updated https://admin.fedoraproject.org/updates/FEDORA-2014-15315/nfs-utils-1.3.1-4.0.fc21?_csrf_token=37082d78c4d9f1181a984193c8189300c2b882dd
I see it will copy the GSS_USE_PROXY option to /run/sysconfig/nfs-utils The options RPCRQUOTADOPTS and RPCNFSDCOUNT are both still ignored. Is that on purpose ? Also the following options will also be ignored if they are used in /etc/sysconfig/nfs LOCKDARG, LOCKD_TCPPORT, LOCKD_UDPPORT Rob
Forgot these options for the will be ignored list: NFSD_V4_GRACE and NFSD_V4_LEASE Rob
(In reply to rob.verduijn from comment #4) > Forgot these options for the will be ignored list: > NFSD_V4_GRACE and NFSD_V4_LEASE > Please see Comment 1
ah right, never mind. Rob
*** This bug has been marked as a duplicate of bug 1170354 ***