Date: Wed, 4 May 2011 21:30:33 -0400 (EDT) From: Rick Macklem <rmacklem@uoguelph.ca> To: rc@freebsd.org Subject: NFS client script changes for review Message-ID: <1424708985.1031270.1304559033631.JavaMail.root@erie.cs.uoguelph.ca>
next in thread | raw e-mail | index | archive | help
Hi, I put some modified rc scripts and diffs at: http://people.freebsd.org/~rmacklem/rc.conf Basically, it doesn't seem that any of the nfs specific stuff in mountcritremote is needed anymore (at least when I test here with a kernel built without any NFS options, so the clients have to load as modules). If getting rid of the stuff seems too risky (or someone thinks that it's still needed), it can be fixed to work by just replacing "load_kld -m nfs nfsclient" with "load_kld -m nfs nfscl", since the module name is now "nfscl". I changed the "vfs.nfs." sysctl names in nfsclient to "vfs.newnfs." and created a clone of nfsclient called oldnfsclient for the old one. That, plus changing a couple of lines in /etc/defaults/rc.conf seems to make things work ok, but, as you know, I'm not a shell programmer. rick
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1424708985.1031270.1304559033631.JavaMail.root>
