Page MenuHomeFreeBSD

zfs: fix handling of unsupported features
ClosedPublic

Authored by mm on Feb 26 2021, 10:59 AM.
Tags
Referenced Files
F107805087: D28935.diff
Sat, Jan 18, 7:56 AM
Unknown Object (File)
Thu, Dec 26, 6:23 AM
Unknown Object (File)
Sat, Dec 21, 12:09 PM
Unknown Object (File)
Dec 9 2024, 6:55 PM
Unknown Object (File)
Dec 7 2024, 11:45 PM
Unknown Object (File)
Oct 23 2024, 6:32 PM
Unknown Object (File)
Oct 1 2024, 8:13 PM
Unknown Object (File)
Sep 28 2024, 7:20 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