Re: Set ZFS pool ashift=14 for FreeBSD root pools?
Lionel Cons <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.hackers |
|---|---|
| Message-ID | <CAPJSo4Uhj5tE-=bNCP8Gpn02STkM7kE7_2NUJoaFAcK9=ksNoA@mail.gmail.com> |
On Tue, 12 May 2026 at 12:51, vermaden <[email protected]> wrote: > > > How can I set the ZFS pool ashift for root pools > > to a value like 14 (for FreeBSD inside a VM)? > > > > Lionel > > > > This has to be done before ZFS pool creation and it can be set like that: > > # sysctl vfs.zfs.min_auto_ashift=14 How can I do this at install time for all root pools? Lionel