Page MenuHomeFreeBSD

D52665.1789071103.diff
No OneTemporary

Size
776 B
Referenced Files
None
Subscribers
None

D52665.1789071103.diff

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

Mime Type
text/plain
Expires
Thu, Sep 10, 8:11 PM (21 h, 20 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29539705
Default Alt Text
D52665.1789071103.diff (776 B)

Event Timeline