Hide Forgot
Description of problem: On recent fedora, there is a new service called nfs-config, which copies configuration from /etc/sysconfig/nfs to /run/sysconfig/nfs-utils . All the nfs services are configured to run after it, and read their env/conf from the copy. We need, therefore, to also restart nfs-config prior to restarting the other services. Version-Release number of selected component (if applicable): Not sure, happened to me on fedora 23 How reproducible: Always Steps to Reproduce: 1. Install a new fedora 23 machine 2. install and setup a recent ovirt-engine, choose to configure nfs iso domain 3. Actual results: mounts from another machine fail 'rpcinfo -p' shows that mountd listens on 20048 (default) and not 892 (ovirt-setup default) Expected results: mounts succeed Additional info:
workaround: service nfs-config stop service nfs-config start service nfs stop service nfs start
This bug was fixed and is slated to be in the upcoming version. As we are focusing our testing at this phase on severe bugs, this bug was closed without going through its verification step. If you think this bug should be verified by QE, please set its severity to high and move it back to ON_QA