Re: Set ZFS pool ashift=14 for FreeBSD root pools?
Anthony Pankov <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.hackers |
|---|---|
| Message-ID | <[email protected]> |
Tuesday, May 12, 2026, 1:51:06 PM, you 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 Or during creation: zpool create -o ashift=14 ... -- Best regards, Anthony