Page MenuHomeFreeBSD

zfs: fix handling of unsupported features
ClosedPublic

Authored by mm on Feb 26 2021, 10:59 AM.
Tags
Referenced Files
F169942156: D28935.id84738.diff
Thu, Sep 3, 1:19 AM
F169851617: D28935.diff
Wed, Sep 2, 6:32 PM
F169825179: D28935.id84770.diff
Wed, Sep 2, 4:42 PM
Unknown Object (File)
Tue, Sep 1, 6:07 PM
Unknown Object (File)
Tue, Sep 1, 5:42 PM
Unknown Object (File)
Tue, Sep 1, 1:12 AM
Unknown Object (File)
Mon, Aug 31, 7:18 PM
Unknown Object (File)
Mon, Aug 31, 4:21 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