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