]> git.proxmox.com Git - zfsonlinux.git/blob - debian/patches/0005-Enable-zed-emails.patch
update submodule and patches to ZFS 2.1.3
[zfsonlinux.git] / debian / patches / 0005-Enable-zed-emails.patch
1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2 From: Richard Laager <rlaager@wiktel.com>
3 Date: Wed, 30 Jan 2019 15:12:04 +0100
4 Subject: [PATCH] Enable zed emails
5
6 The OpenZFS event daemon monitors pools. This patch enables the email sending
7 function by default (if zed is installed). This is consistent with the default
8 behavior of mdadm.
9
10 Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
11 ---
12 cmd/zed/zed.d/zed.rc | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/cmd/zed/zed.d/zed.rc b/cmd/zed/zed.d/zed.rc
16 index 9ac77f929..672617f54 100644
17 --- a/cmd/zed/zed.d/zed.rc
18 +++ b/cmd/zed/zed.d/zed.rc
19 @@ -41,7 +41,7 @@ ZED_EMAIL_ADDR="root"
20 ##
21 # Minimum number of seconds between notifications for a similar event.
22 #
23 -#ZED_NOTIFY_INTERVAL_SECS=3600
24 +ZED_NOTIFY_INTERVAL_SECS=3600
25
26 ##
27 # Notification verbosity.