Author: rmacklem
Date: Thu Dec 17 00:20:57 2020
New Revision: 368710
URL: https://svnweb.freebsd.org/changeset/base/368710

Log:
  Make mountcritremote dependent upon nfscbd.
  
  Although it is not often needed, the nfscbd(8) should be running when
  NFSv4 mounts are done if callback functionality is required.
  Callback functionality is required for the NFSv4 server to issue
  delegations or pNFS layouts.
  
  This patch adds nfscbd to the mountcritremote's REQUIRED line
  to ensure it is started before NFS mounts specified in /etc/fstab
  are done.
  
  Reviewed by:  0mp
  Differential Revision:        https://reviews.freebsd.org/D27506

Modified:
  head/libexec/rc/rc.d/mountcritremote

Modified: head/libexec/rc/rc.d/mountcritremote
==============================================================================
--- head/libexec/rc/rc.d/mountcritremote        Thu Dec 17 00:00:21 2020        
(r368709)
+++ head/libexec/rc/rc.d/mountcritremote        Thu Dec 17 00:20:57 2020        
(r368710)
@@ -4,7 +4,7 @@
 #
 
 # PROVIDE: mountcritremote
-# REQUIRE: NETWORKING FILESYSTEMS ipsec netwait
+# REQUIRE: NETWORKING FILESYSTEMS ipsec netwait nfscbd
 # KEYWORD: nojail
 
 . /etc/rc.subr
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to