Page MenuHomeFreeBSD

zfs: fix handling of unsupported features
ClosedPublic

Authored by mm on Feb 26 2021, 10:59 AM.
Tags
Referenced Files
Unknown Object (File)
Fri, Mar 27, 7:34 AM
Unknown Object (File)
Wed, Mar 25, 10:05 AM
Unknown Object (File)
Mon, Mar 16, 3:39 PM
Unknown Object (File)
Sun, Mar 15, 11:58 PM
Unknown Object (File)
Feb 8 2026, 8:09 AM
Unknown Object (File)
Feb 7 2026, 11:13 PM
Unknown Object (File)
Jan 31 2026, 1:03 PM
Unknown Object (File)
Jan 19 2026, 11:59 PM
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