]> git.proxmox.com Git - zfsonlinux.git/blame - zfs-patches/0003-always-load-ZFS-module-on-boot.patch
bump ZFS version to 0.7.7-pve2~bpo9
[zfsonlinux.git] / zfs-patches / 0003-always-load-ZFS-module-on-boot.patch
CommitLineData
7b1cd3b8
FG
1From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= <f.gruenbichler@proxmox.com>
3Date: Fri, 19 Jan 2018 12:13:46 +0100
4Subject: [PATCH] always load ZFS module on boot
5MIME-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8
9since zfs-import-scan.service is disabled by default, and
10zfs-import-cache.service only gets started if a cache file exists, this
11is needed for zfs-mount, zfs-share and zfs-zed services in case ZFS is
12not actually used.
13
14Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
15---
16 etc/modules-load.d/zfs.conf.in | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19diff --git a/etc/modules-load.d/zfs.conf.in b/etc/modules-load.d/zfs.conf.in
20index 8b41baa30..59b058c9a 100644
21--- a/etc/modules-load.d/zfs.conf.in
22+++ b/etc/modules-load.d/zfs.conf.in
23@@ -1,3 +1,3 @@
24 # Always load kernel modules at boot. The default behavior is to load the
25 # kernel modules in the zfs-import-*.service or when blkid(8) detects a pool.
26-#zfs
27+zfs
28--
292.14.2
30