Page MenuHomeFreeBSD

zfs: fix handling of unsupported features
ClosedPublic

Authored by mm on Feb 26 2021, 10:59 AM.
Tags
Referenced Files
F164802308: D28935.id84770.diff
Tue, Aug 4, 3:06 AM
F164789939: D28935.id84738.diff
Tue, Aug 4, 1:55 AM
Unknown Object (File)
Mon, Aug 3, 4:31 AM
Unknown Object (File)
Sat, Aug 1, 1:13 PM
Unknown Object (File)
Tue, Jul 28, 11:07 PM
Unknown Object (File)
Tue, Jul 21, 5:54 AM
Unknown Object (File)
Jul 3 2026, 10:51 PM
Unknown Object (File)
Jul 3 2026, 9:20 AM
Subscribers

Details

Summary

After the recent import from OpenZFS it has become possible to import ZFS pools witn an active org.illumos:edonr feature on FreeBSD, leading to a panic. In addition, "zpool status" reported all pools without edonr as upgradable and "zpool upgrade -v" lists edonr in the list of upgradable features.

To avoid the panic and eventual FS corruption we should deploy a fix even before it has been accepted upstream.

Reference:
https://github.com/openzfs/zfs/pull/11653

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable