Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Dec 2020 00:20:57 +0000 (UTC)
From:      Rick Macklem <rmacklem@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r368710 - head/libexec/rc/rc.d
Message-ID:  <202012170020.0BH0KvgL041920@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012170020.0BH0KvgL041920>