Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Sep 2022 06:47:54 +0000
From:      bugzilla-noreply@freebsd.org
To:        fs@FreeBSD.org
Subject:   [Bug 266374] FreeBSD 13.1:With ZFS installer reports sysctl: unknown oid 'vfs.zfs.min_auto_ashift'
Message-ID:  <bug-266374-3630-s7cRwo5PB4@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-266374-3630@https.bugs.freebsd.org/bugzilla/>
References:  <bug-266374-3630@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D266374

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 vd=
ev.
(LEGACY)

    # sysctl -d vfs.zfs.vdev.min_auto_ashift
    vfs.zfs.vdev.min_auto_ashift: Minimum ashift used when creating new
top-level vdevs

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-266374-3630-s7cRwo5PB4>