aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Macklem <rmacklem@FreeBSD.org>2020-11-14 01:55:02 +0000
committerRick Macklem <rmacklem@FreeBSD.org>2020-11-14 01:55:02 +0000
commit3ba86a63e940c5ca2bda8028e649c33de2315ad7 (patch)
treefb9a19664602b4734160eb8d75430df94ab9a28b
parent01b139f212a11d78b6cba95340404f03a9f3c418 (diff)
downloadsrc-3ba86a63e940c5ca2bda8028e649c33de2315ad7.tar.gz
src-3ba86a63e940c5ca2bda8028e649c33de2315ad7.zip
Add a entry for r367660.
Notes
Notes: svn path=/head/; revision=367661
-rw-r--r--RELNOTES10
1 files changed, 10 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index a1bba3d19992..c957686a8d31 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -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.