diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2025-10-16 12:47:08 -0400 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2025-10-16 14:43:01 -0400 |
| commit | 9f85cf09d48bb1bebeddab0913fc9ab2735cb810 (patch) | |
| tree | 26abc2aff197e1d87409065697fb18c43156aaa8 /UPDATING | |
| parent | 84333aada464296c1e28126b5c91ae2fb3f79eef (diff) | |
UPDATING: Belatedly note OpenZFS sysctls moving
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D52665
Diffstat (limited to 'UPDATING')
| -rw-r--r-- | UPDATING | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -27,6 +27,18 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 16.x IS SLOW: world, or to merely disable the most expensive debugging functionality at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) +20251016: + With the migration to OpenZFS in FreeBSD 13.x a number of ZFS sysctls + moved to new locations, but backwards compatibility aliases were + provided. These aliases will be removed in the near future. Please + update /etc/sysctl.conf to reference the new OIDs. For example, + + vfs.zfs.min_auto_ashift=12 + + needs to be changed to + + vfs.zfs.vdev.min_auto_ashift=12 + 20251015: The "FreeBSD-unbound" package is renamed to "FreeBSD-local-unbound". If you have set-optional or set-base installed, the new package will |
