Comment # 25 on bug 1200710 from
(In reply to Neil Brown from comment #23)
> > I gave this a try but it didn't fix the problem for me.
> 
> That surprises me.
> Can you please provide an exact copy of your new
> /usr/lib/modprobe.d/50-nfs.conf file, and confirm that you rebuilt the
> initramfs after this changing the file.

Maybe I messed something up in 50-nfs.conf but here it is:

/bin/dracut-emergency@26(): echo 'Entering emPress Enter for maintenance
(or press Control-D to continue): 
sh-5.1# cat /usr/lib/modprobe.d/50-nfs.conf
# Ensure all NFS systctl settings get applied when modules load

# sunrpc module supports "sunrpc.*" sysctls
# install sunrpc /sbin/modprobe --ignore-install sunrpc $CMDLINE_OPTS &&
/sbin/sysctl -q --pattern sunrpc --system
install sunrpc /sbin/modprobe --ignore-install sunrpc $CMDLINE_OPTS && {
/sbin/sysctl -q --pattern sunrpc --system ; exit 0 ; }

# rpcrdma module supports sunrpc.svc_rdma.*
install rpcrdma /sbin/modprobe --ignore-install rpcrdma $CMDLINE_OPTS &&
/sbin/sysctl -q --pattern sunrpc.svc_rdma --system

# lockd module supports "fs.nfs.nlm*" and "fs.nfs.nsm*" sysctls
install lockd /sbin/modprobe --ignore-install lockd $CMDLINE_OPTS &&
/sbin/sysctl -q --pattern fs.nfs.n[sl]m --system

# nfsv4 module supports "fs.nfs.*" sysctls (nfs_callback_tcpport and
idmap_cache_timeout)
install nfsv4 /sbin/modprobe --ignore-install nfsv4 $CMDLINE_OPTS &&
/sbin/sysctl -q --pattern 'fs.nfs.(nfs_callback_tcpport|idmap_cache_timeout)'
--system

# nfs module supports "fs.nfs.*" sysctls
install nfs /sbin/modprobe --ignore-install nfs $CMDLINE_OPTS && /sbin/sysctl
-q --pattern fs.nfs --system


You are receiving this mail because: