Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F151372129
D50844.id157056.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
525 B
Referenced Files
None
Subscribers
None
D50844.id157056.diff
View Options
diff --git a/libexec/rc/rc.d/mountcritlocal b/libexec/rc/rc.d/mountcritlocal
--- a/libexec/rc/rc.d/mountcritlocal
+++ b/libexec/rc/rc.d/mountcritlocal
@@ -27,6 +27,15 @@
;;
esac
+ while read a b vfstype rest; do
+ if [ "$vfstype" = "zfs" -a "$a" != "#" ]; then
+ # zpool is needed for legacy ZFS
+ echo 'Importing zpools for legacy ZFS'
+ /etc/rc.d/zpool start
+ break
+ fi
+ done < /etc/fstab
+
# Mount everything except nfs filesystems.
startmsg -n 'Mounting local filesystems:'
mount_excludes='no'
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 8, 11:09 PM (3 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31120898
Default Alt Text
D50844.id157056.diff (525 B)
Attached To
Mode
D50844: rc.d/mountcritlocal: Make sure zpools are imported for legacy ZFS
Attached
Detach File
Event Timeline
Log In to Comment