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)
Tue, Aug 18, 3:40 PM
Unknown Object (File)
Mon, Aug 17, 7:00 PM
Unknown Object (File)
Thu, Aug 13, 8:55 PM
Unknown Object (File)
Thu, Aug 13, 8:18 PM
Unknown Object (File)
Wed, Aug 12, 1:07 PM
Unknown Object (File)
Tue, Aug 11, 11:33 PM
Unknown Object (File)
Mon, Aug 10, 6:11 PM
Unknown Object (File)
Sat, Aug 8, 9:01 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