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)
Feb 28 2024, 11:32 AM
Unknown Object (File)
Feb 11 2024, 5:59 PM
Unknown Object (File)
Jan 31 2024, 5:23 AM
Unknown Object (File)
Jan 16 2024, 5:22 AM
Unknown Object (File)
Jan 14 2024, 3:53 AM
Unknown Object (File)
Jan 13 2024, 8:49 AM
Unknown Object (File)
Dec 25 2023, 3:40 PM
Unknown Object (File)
Dec 20 2023, 4:17 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