Re: Set ZFS pool ashift=14 for FreeBSD root pools?
vermaden <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.hackers |
|---|---|
| Message-ID | <gcxylmjhxsdjytnjljmf@lwma> |
>>> 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 This syntax used to work on Linux and not on FreeBSD ... but maybe it works on FreeBSD now too. Regards, vermaden