[Bug 266374] FreeBSD 13.1:With ZFS installer reports sysctl: unknown oid 'vfs.zfs.min_auto_ashift'
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Sep 2022 06:47:54 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266374
Jose Luis Duran <jlduran@gmail.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jlduran@gmail.com
--- Comment #4 from Jose Luis Duran <jlduran@gmail.com> ---
Granted vfs.zfs.min_auto_ashift is a legacy sysctl, it should *just work TM*.
With the migration to OpenZFS it is now vfs.zfs.vdev.min_auto_ashift.
    # sysctl -d vfs.zfs.min_auto_ashift
    vfs.zfs.min_auto_ashift: Min ashift used when creating new top-level vdev.
(LEGACY)
    # sysctl -d vfs.zfs.vdev.min_auto_ashift
    vfs.zfs.vdev.min_auto_ashift: Minimum ashift used when creating new
top-level vdevs
-- 
You are receiving this mail because:
You are the assignee for the bug.