Description of problem: The STATDARGS setting in /etc/sysconfig/nfs is ignored due to a typo in /usr/libexec/nfs-utils/nfs-utils_env.sh. Version-Release number of selected component (if applicable): nfs-utils-2.2.1-1.rc1.fc27.x86_64 How reproducible: Always. Steps to Reproduce: 1. Edit value of STATDARGS in /etc/sysconfig/nfs 2. systemctl restart nfs-config.service 3. Check /run/sysconfig/nfs-utils for new value of STATDARGS Actual results: STATDARGS is empty Expected results: STATDARGS should have value from /etc/sysconfig/nfs Additional info: Patch to resolve issue: --- /usr/libexec/nfs-utils/nfs-utils_env.sh.orig 2017-11-20 20:22:58.753243132 -0500 +++ /usr/libexec/nfs-utils/nfs-utils_env.sh 2017-11-20 20:25:17.979486278 -0500 @@ -35,7 +35,7 @@ { echo RPCNFSDARGS=\"$nfsdargs\" echo RPCMOUNTDARGS=\"$RPCMOUNTDOPTS\" -echo STATDARGS=\"$STATDARG\" +echo STATDARGS=\"$STATDARGS\" echo SMNOTIFYARGS=\"$SMNOTIFYARGS\" echo RPCIDMAPDARGS=\"$RPCIDMAPDARGS\" echo RPCGSSDARGS=\"$RPCGSSDARGS\"
nfs-utils-2.2.1-2.rc2.fc26 has been submitted as an update to Fedora 26. https://bodhi.fedoraproject.org/updates/FEDORA-2017-e425486ac4
nfs-utils-2.2.1-2.rc2.fc27 has been submitted as an update to Fedora 27. https://bodhi.fedoraproject.org/updates/FEDORA-2017-bfe00bd1ff
nfs-utils-2.2.1-3.rc2.fc26 has been submitted as an update to Fedora 26. https://bodhi.fedoraproject.org/updates/FEDORA-2017-c458061e88
nfs-utils-2.2.1-3.rc2.fc27 has been submitted as an update to Fedora 27. https://bodhi.fedoraproject.org/updates/FEDORA-2017-00310ebff2
nfs-utils-2.2.1-3.rc2.fc27 has been pushed to the Fedora 27 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-00310ebff2
nfs-utils-2.2.1-3.rc2.fc26 has been pushed to the Fedora 26 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-c458061e88
nfs-utils-2.2.1-3.rc2.fc27 has been pushed to the Fedora 27 stable repository. If problems still persist, please make note of it in this bug report.
nfs-utils-2.2.1-3.rc2.fc26 has been pushed to the Fedora 26 stable repository. If problems still persist, please make note of it in this bug report.