]> git.proxmox.com Git - zfsonlinux.git/blob - zfs-patches/0005-always-load-ZFS-module-on-boot.patch
rebase zfs patches
[zfsonlinux.git] / zfs-patches / 0005-always-load-ZFS-module-on-boot.patch
1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= <f.gruenbichler@proxmox.com>
3 Date: Fri, 19 Jan 2018 12:13:46 +0100
4 Subject: [PATCH] always load ZFS module on boot
5 MIME-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8
9 since zfs-import-scan.service is disabled by default, and
10 zfs-import-cache.service only gets started if a cache file exists, this
11 is needed for zfs-mount, zfs-share and zfs-zed services in case ZFS is
12 not actually used.
13
14 Signed-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
19 diff --git a/etc/modules-load.d/zfs.conf.in b/etc/modules-load.d/zfs.conf.in
20 index 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 --
29 2.14.2
30