]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make mountcritremote dependent upon nfscbd.
authorRick Macklem <rmacklem@FreeBSD.org>
Thu, 17 Dec 2020 00:20:57 +0000 (00:20 +0000)
committerRick Macklem <rmacklem@FreeBSD.org>
Thu, 17 Dec 2020 00:20:57 +0000 (00:20 +0000)
commit31b29217abc4da8504df959794d43428712f2666
treed822b7b739f4f05daab958c32e80bb00d0bc79c9
parent029ca1842fa44869a866faef0fb0da0ae82e3193
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
libexec/rc/rc.d/mountcritremote