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)
Mon, Mar 17, 7:31 AM
Unknown Object (File)
Tue, Mar 11, 12:15 PM
Unknown Object (File)
Mar 2 2025, 5:38 PM
Unknown Object (File)
Feb 23 2025, 3:34 PM
Unknown Object (File)
Feb 20 2025, 1:39 PM
Unknown Object (File)
Feb 16 2025, 5:18 PM
Unknown Object (File)
Jan 26 2025, 6:56 AM
Unknown Object (File)
Jan 26 2025, 6:26 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