Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153465954
D52665.id162542.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
776 B
Referenced Files
None
Subscribers
None
D52665.id162542.diff
View Options
diff --git a/UPDATING b/UPDATING
--- a/UPDATING
+++ b/UPDATING
@@ -44,6 +44,21 @@
the top of the source tree, it will now be used instead of
/etc/src.conf.
+20250910:
+ When user makes clean install of zfs-root system, bsdinstall(8) adds
+ following line to /etc/sysctl.conf
+
+ vfs.zfs.min_auto_ashift=12
+
+ But the tunable is removed with commit ced72fdd69f2. As a result such
+ error message as below is emitted at boot time of zfs-root system.
+
+ sysctl: unknown oid 'vfs.zfs.min_auto_ashift' at line 9
+
+ To fix it user needs to change above line with following one.
+
+ vfs.zfs.vdev.min_auto_ashift=12
+
20250907:
The MANSPLITPKG knob has been turned off by default, so pkgbase builds
will no longer generate "-man" subpackages; instead the manpages will
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 22, 8:10 AM (10 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31963789
Default Alt Text
D52665.id162542.diff (776 B)
Attached To
Mode
D52665: UPDATING: Add entry for boot-time error message caused by removal of vfs.zfs.min_auto_ashift tunable
Attached
Detach File
Event Timeline
Log In to Comment