2019-03-07 20:03:53 +03:00
|
|
|
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
|
|
From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= <f.gruenbichler@proxmox.com>
|
2018-01-19 14:16:42 +03:00
|
|
|
Date: Fri, 19 Jan 2018 12:13:46 +0100
|
2019-03-07 20:03:53 +03:00
|
|
|
Subject: [PATCH] always load ZFS module on boot
|
2018-01-19 14:16:42 +03:00
|
|
|
MIME-Version: 1.0
|
2019-03-07 20:03:53 +03:00
|
|
|
Content-Type: text/plain; charset=UTF-8
|
2018-01-19 14:16:42 +03:00
|
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
|
|
|
|
since zfs-import-scan.service is disabled by default, and
|
|
|
|
zfs-import-cache.service only gets started if a cache file exists, this
|
|
|
|
is needed for zfs-mount, zfs-share and zfs-zed services in case ZFS is
|
|
|
|
not actually used.
|
|
|
|
|
|
|
|
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
|
2018-10-30 13:14:25 +03:00
|
|
|
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
|
2019-09-28 09:12:00 +03:00
|
|
|
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
|
2018-01-19 14:16:42 +03:00
|
|
|
---
|
2020-12-02 22:18:01 +03:00
|
|
|
etc/modules-load.d/zfs.conf | 2 +-
|
2018-01-19 14:16:42 +03:00
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
2020-12-02 22:18:01 +03:00
|
|
|
diff --git a/etc/modules-load.d/zfs.conf b/etc/modules-load.d/zfs.conf
|
2019-03-07 20:03:53 +03:00
|
|
|
index 44e1bb3ed..7509b03cb 100644
|
2020-12-02 22:18:01 +03:00
|
|
|
--- a/etc/modules-load.d/zfs.conf
|
|
|
|
+++ b/etc/modules-load.d/zfs.conf
|
2018-01-19 14:16:42 +03:00
|
|
|
@@ -1,3 +1,3 @@
|
2019-03-07 20:03:53 +03:00
|
|
|
# The default behavior is to allow udev to load the kernel modules on demand.
|
|
|
|
# Uncomment the following line to unconditionally load them at boot.
|
2018-01-19 14:16:42 +03:00
|
|
|
-#zfs
|
|
|
|
+zfs
|