svn commit: r367661 - head
Rick Macklem
rmacklem at FreeBSD.org
Sat Nov 14 01:55:03 UTC 2020
Author: rmacklem
Date: Sat Nov 14 01:55:02 2020
New Revision: 367661
URL: https://svnweb.freebsd.org/changeset/base/367661
Log:
Add a entry for r367660.
Modified:
head/RELNOTES
Modified: head/RELNOTES
==============================================================================
--- head/RELNOTES Sat Nov 14 01:49:49 2020 (r367660)
+++ head/RELNOTES Sat Nov 14 01:55:02 2020 (r367661)
@@ -10,6 +10,16 @@ newline. Entries should be separated by a newline.
Changes to this file should not be MFCed.
+r367660:
+ Fixes the case where gssd will not startup because /usr is a separate
+ local file system that is not yet mounted. It does not fix the case
+ where /usr is a separately mounted remote file system (such as NFS).
+ This latter case can be fixed by adding mountcritremote to the
+ REQUIRED line. Unfortunately doing so implies that all Kerberized
+ NFS mounts in /etc/fstab will need the "late" mount option.
+ This was not done, since the requirement for "late" would introduce
+ a POLA violation.
+
r367423:
This commit added a new startup scripts variable called
nfsv4_server_only which uses the -R option on mountd added by r367026.
More information about the svn-src-head
mailing list