Author: gjb
Date: Thu Oct 18 17:33:30 2018
New Revision: 339426
URL: https://svnweb.freebsd.org/changeset/base/339426

Log:
  Document the krpc module requirement in 11.x that was not present
  in 10.x if the system has a custom kernel configuration that excludes
  NFS and, for example, uses MODULES_OVERRIDE="zfs opensolaris".
  
  Reported by:  eugen (via -stable)
  Sponsored by: The FreeBSD Foundation

Modified:
  stable/11/release/doc/en_US.ISO8859-1/errata/article.xml

Modified: stable/11/release/doc/en_US.ISO8859-1/errata/article.xml
==============================================================================
--- stable/11/release/doc/en_US.ISO8859-1/errata/article.xml    Thu Oct 18 
16:18:22 2018        (r339425)
+++ stable/11/release/doc/en_US.ISO8859-1/errata/article.xml    Thu Oct 18 
17:33:30 2018        (r339426)
@@ -234,6 +234,20 @@ boot</screen>
            
xlink:href="https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228536";>228536</link>
          for more information.</para>
       </listitem>
+
+      <listitem>
+       <para>[2018-10-18] A &os; system with a custom kernel
+         configuration excluding <acronym>NFS</acronym> on 10.x did
+         not explicitly require the <literal>krpc</literal> option to
+         be included when booting via <acronym>ZFS</acronym>-on-root
+         and, for example, setting
+         <literal>MODULES_OVERRIDE="zfs opensolaris"</literal> in the
+         kernel configuration.</para>
+
+       <para>In 11.x, however, <literal>krpc</literal> is explicitly
+         required if the kernel configuration excludes
+         <literal>NFS</literal>.</para>
+      </listitem>
     </itemizedlist>
   </sect1>
 
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to