]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make mountcritremote dependent upon nfscbd.
authorrmacklem <rmacklem@FreeBSD.org>
Thu, 17 Dec 2020 00:20:57 +0000 (00:20 +0000)
committerrmacklem <rmacklem@FreeBSD.org>
Thu, 17 Dec 2020 00:20:57 +0000 (00:20 +0000)
commit19444f80c6207c15dd33242a50762b6bc438b488
treed822b7b739f4f05daab958c32e80bb00d0bc79c9
parente9b079afc8a69ddaecc917891593c123e0298cae
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