]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Tell loader to ignore newer features enabled on the root pool.
authormmacy <mmacy@FreeBSD.org>
Wed, 19 Jun 2019 21:10:13 +0000 (21:10 +0000)
committermmacy <mmacy@FreeBSD.org>
Wed, 19 Jun 2019 21:10:13 +0000 (21:10 +0000)
commit501ffa35a7c07bb2b4aa212446e707906e6c11d3
treeb4a957419e55bd32a4027ab9ff5944819f426829
parent3e2dcc642a230f19788021100d67df5cc25f31a4
Tell loader to ignore newer features enabled on the root pool.

There are many new features in ZoF. Most, if not all, do not effect read only usage.
Encryption in particular is enabled at the pool level but used at the dataset level.
The loader obviously will not be able to boot if the boot dataset is encrypted, but
should not care if some other dataset in the root pool is encrypted.

Reviewed by: allanjude
MFC after: 1 week
stand/libsa/zfs/zfsimpl.c