]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r349217: Tell loader to ignore newer features enabled on the root pool.
authorKyle Evans <kevans@FreeBSD.org>
Thu, 24 Oct 2019 03:19:45 +0000 (03:19 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Thu, 24 Oct 2019 03:19:45 +0000 (03:19 +0000)
commit20c8611c84473bcdeea85aa809d288b87a94a41d
tree306913aa9a69bc88c7d0aab5befbc7c2198a78aa
parentb711db4c07fd235d3bfc2c1dc33ab62d2e0daf8e
MFC r349217: 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.
stand/libsa/zfs/zfsimpl.c