a5e0251015
mostly support for newer kernel-versions, and fixes for the BRT bugs discovered with 2.2.0 (BRT remains disabled by default). The update contains a fix for CVE-2020-24370 in lua (which is present in ZFS for channel-programs, which we do not use) - see: https://github.com/openzfs/zfs/pull/15847 for more details. One patch from Stefan Lendl was backported and is now in the ZFS 2.2 branch. Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
28 lines
863 B
Diff
28 lines
863 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Richard Laager <rlaager@wiktel.com>
|
|
Date: Wed, 30 Jan 2019 15:12:04 +0100
|
|
Subject: [PATCH] Enable zed emails
|
|
|
|
The OpenZFS event daemon monitors pools. This patch enables the email sending
|
|
function by default (if zed is installed). This is consistent with the default
|
|
behavior of mdadm.
|
|
|
|
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
|
|
---
|
|
cmd/zed/zed.d/zed.rc | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/cmd/zed/zed.d/zed.rc b/cmd/zed/zed.d/zed.rc
|
|
index bc269b155..e6d4b1703 100644
|
|
--- a/cmd/zed/zed.d/zed.rc
|
|
+++ b/cmd/zed/zed.d/zed.rc
|
|
@@ -41,7 +41,7 @@ ZED_EMAIL_ADDR="root"
|
|
##
|
|
# Minimum number of seconds between notifications for a similar event.
|
|
#
|
|
-#ZED_NOTIFY_INTERVAL_SECS=3600
|
|
+ZED_NOTIFY_INTERVAL_SECS=3600
|
|
|
|
##
|
|
# Notification verbosity.
|