Page MenuHomeFreeBSD

Make zpool on GELI work again.
ClosedPublic

Authored by delphij on Sep 4 2020, 11:11 PM.
Tags
None
Referenced Files
F105832687: D26333.diff
Sat, Dec 21, 10:08 AM
Unknown Object (File)
Nov 18 2024, 5:41 PM
Unknown Object (File)
Nov 18 2024, 5:18 AM
Unknown Object (File)
Nov 16 2024, 7:48 AM
Unknown Object (File)
Nov 14 2024, 3:19 AM
Unknown Object (File)
Oct 5 2024, 11:49 AM
Unknown Object (File)
Oct 4 2024, 7:04 AM
Unknown Object (File)
Oct 3 2024, 12:56 PM
Subscribers

Details

Summary

After OpenZFS import, zpool auto import behavior was moved to an explicit "zpool import -a", and the zpool rc.d script was added as a prerequisite of zvol.

However, in rS299839, zvol was added as a prerequisite of dumpon, making it to start very early and before all 'disks' providers. At this time, dumping on a zvol is not supported, so remove this requirement and make zpool depend on disks instead.

Test Plan

boot

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 33407
Build 30705: arc lint + arc unit