]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
As of r364746 (OpenZFS import) existing ZPOOLs are not imported
authorCy Schubert <cy@FreeBSD.org>
Wed, 26 Aug 2020 13:13:57 +0000 (13:13 +0000)
committerCy Schubert <cy@FreeBSD.org>
Wed, 26 Aug 2020 13:13:57 +0000 (13:13 +0000)
commit74e2b24f2c369ffdff2f54fa9f96427cc45ef3a6
treec9c703e3048da92a1e6f9ffa49771a72a47422f7
parent1e9a0b391d88e0f9a9cb5b1d49aba61f80ae97f5
As of r364746 (OpenZFS import) existing ZPOOLs are not imported
prior to zvol and mountcritlocal resulting in ZVOLs (swap and
virtual machine UFS filesystems) being unavailable, leading to
boot failures.

We move the zpool import from zfs to a new zpool script, with the
-N option to avoid mounting datasets while making the ZPOOL's
datasets available for "legacy" mount (mountpoint=legacy) and ZVOLs
available for subsequent use for swap (in the zvol rc sript) or
for UFS or other filesystems in fstab(5), mounted by mountcritlocal.

Reviewed by: freqlabs (previous version)
Differential Revision: https://reviews.freebsd.org/D26185
libexec/rc/rc.d/Makefile
libexec/rc/rc.d/mountcritlocal
libexec/rc/rc.d/zfs
libexec/rc/rc.d/zpool [new file with mode: 0755]
libexec/rc/rc.d/zvol