From 51bdcb64acacf66123482ec473ca9d1fbd51655b Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Thu, 24 Feb 2022 12:25:31 +0100 Subject: [PATCH] system: import ZFS pools before mounting ZFS datasets PR: https://forum.opnsense.org/index.php?topic=26918.0 --- src/etc/rc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/etc/rc b/src/etc/rc index 0545489ed75..883fac0458c 100755 --- a/src/etc/rc +++ b/src/etc/rc @@ -152,6 +152,7 @@ done if kldstat -qm zfs; then mount -uw / + zpool import -Na zfs mount -va # maybe there is a mountpoint in fstab # that requires ZFS to be fully set up