Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F167907750
D34601.id103988.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
700 B
Referenced Files
None
Subscribers
None
D34601.id103988.diff
View Options
Index: libexec/rc/rc.d/zfs
===================================================================
--- libexec/rc/rc.d/zfs
+++ libexec/rc/rc.d/zfs
@@ -13,6 +13,7 @@
desc="Mount and share ZFS datasets"
rcvar="zfs_enable"
start_cmd="zfs_start"
+start_postcmd="zfs_poststart"
stop_cmd="zfs_stop"
required_modules="zfs"
@@ -41,6 +42,17 @@
fi
}
+zfs_poststart()
+{
+ # Some of the keys to decrypt datasets are potentially stored on ZFS
+ # datasets that just got mounted. Let's try to load those keys and
+ # mount the datasets.
+ if checkyesno zfskeys_enable; then
+ /etc/rc.d/zfskeys start
+ zfs_start
+ fi
+}
+
zfs_stop_jail()
{
if [ `$SYSCTL_N security.jail.mount_allowed` -eq 1 ]; then
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Aug 26, 9:23 AM (1 h, 17 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37282440
Default Alt Text
D34601.id103988.diff (700 B)
Attached To
Mode
D34601: zfskeys: Support autoloading of keys stored on ZFS
Attached
Detach File
Event Timeline
Log In to Comment