]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add "mountcritremote" to the REQUIRE line for nfsd.
authorRick Macklem <rmacklem@FreeBSD.org>
Fri, 22 Jun 2018 20:58:51 +0000 (20:58 +0000)
committerRick Macklem <rmacklem@FreeBSD.org>
Fri, 22 Jun 2018 20:58:51 +0000 (20:58 +0000)
commit9d48901e345150be2274e9abf2028e9474f4d623
treecc7b93bf2b5e5567fded6ab14cc23a6c7affca79
parent531b4569830a6a1417cf5550d3d699a287922a33
Add "mountcritremote" to the REQUIRE line for nfsd.

For a pNFS MDS server, there must be mounts done to the DSs before the
nfsd is started. Adding the REQUIRE line makes sure these are done.
If there are NFS mounts in /etc/fstab that cannot be completed before
the nfsd starts, the "bg" mount option can still be used to handle that.
I do not believe this should cause problems for non-pNFS NFS servers.
(I have requested a review by rc@, but it is still pending.)
etc/rc.d/nfsd