Hide Forgot
Description of problem: nfsserver resource agent does not use nfs-config service from nfs-utils, so the nfs server config generated into /etc/sysconfig/nfs is not propagated and applied for the running nfs service in /run/sysconfig/nfs-utils. Can be trivially fixed by adding "service nfs-config restart" after generating configuration info /etc/sysconfig/nfs in the nfsserver resource agent. Version-Release number of selected component (if applicable): resource-agents-3.9.5-54.el7_2.17.x86_64 nfs-utils-1.3.0-0.21.el7_2.1.x86_64 How reproducible: n/a Steps to Reproduce: 1. n/a Actual results: n/a Expected results: n/a Additional info: n/a
Have you tried upgrading to latest nfs-utils and resource-agents? With current RHEL 7.3 packages nfs-config is being pulled in from nfs-lock, which seems like the first place its configuration is needed.
Yes, it seems that RHEL 7.3 packages are fixed. Thanks.
Thank you for your feedback.