]> git.proxmox.com Git - zfsonlinux.git/blob - zfs/debian/patches/0002-always-load-ZFS-module-on-boot.patch
46a24baccf8d826de3bba3777aabd6b35afae73e
[zfsonlinux.git] / zfs / debian / patches / 0002-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 Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
16 ---
17 etc/modules-load.d/zfs.conf.in | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20 diff --git a/etc/modules-load.d/zfs.conf.in b/etc/modules-load.d/zfs.conf.in
21 index 44e1bb3ed..7509b03cb 100644
22 --- a/etc/modules-load.d/zfs.conf.in
23 +++ b/etc/modules-load.d/zfs.conf.in
24 @@ -1,3 +1,3 @@
25 # The default behavior is to allow udev to load the kernel modules on demand.
26 # Uncomment the following line to unconditionally load them at boot.
27 -#zfs
28 +zfs