Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Sep 2020 16:03:33 +0000 (UTC)
From:      Ryan Moeller <freqlabs@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r365252 - head
Message-ID:  <202009021603.082G3XYT024413@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: freqlabs
Date: Wed Sep  2 16:03:33 2020
New Revision: 365252
URL: https://svnweb.freebsd.org/changeset/base/365252

Log:
  Correct and expand on OpenZFS cache file and auto import
  
  Reported by:	avg
  Sponsored by:	iXsystems, Inc.

Modified:
  head/UPDATING

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Wed Sep  2 15:55:16 2020	(r365251)
+++ head/UPDATING	Wed Sep  2 16:03:33 2020	(r365252)
@@ -37,8 +37,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 13.x IS SLOW:
 	rebuilding world may fail.
 
 	The ZFS cache file has moved from /boot to /etc to match the OpenZFS
-	upstream default. This means your zpool won't auto import until you
-	upgrade your /etc/rc.d files or you import them manually.
+	upstream default. A fallback to /boot has been added for mountroot.
+
+	Pool auto import behavior at boot has been moved from the kernel module
+	to an explicit "zpool import -a" in one of the rc scripts enabled by
+	zfs_enable=YES. This means your non-root zpools won't auto import until
+	you upgrade your /etc/rc.d files.
 
 20200824:
 	The resume code now notifies devd with the 'kernel' system



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009021603.082G3XYT024413>