]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make zpool on GELI work again.
authordelphij <delphij@FreeBSD.org>
Fri, 4 Sep 2020 23:36:43 +0000 (23:36 +0000)
committerdelphij <delphij@FreeBSD.org>
Fri, 4 Sep 2020 23:36:43 +0000 (23:36 +0000)
commitea1b505d644da506f80797dd627b17a3e7c4e3be
treef7dd963461ff5bf9e6d06d94179cde70a220b121
parent03794279971fddac80195fb5d4f05b464e91ce06
Make zpool on GELI work again.

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 r299839, 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 to allow zpool on
full disk encryption work.

Reviewed by: allanjude
Differential Revision: https://reviews.freebsd.org/D26333
libexec/rc/rc.d/zpool
libexec/rc/rc.d/zvol