Page MenuHomeFreeBSD

Make zpool on GELI work again.
ClosedPublic

Authored by delphij on Sep 4 2020, 11:11 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Nov 21, 12:20 PM
Unknown Object (File)
Fri, Nov 21, 12:19 PM
Unknown Object (File)
Fri, Nov 21, 12:16 PM
Unknown Object (File)
Fri, Nov 21, 12:13 PM
Unknown Object (File)
Fri, Nov 21, 12:09 PM
Unknown Object (File)
Sun, Nov 9, 1:00 PM
Unknown Object (File)
Sat, Nov 1, 2:18 AM
Unknown Object (File)
Sat, Oct 25, 6:32 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

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable