]> git.proxmox.com Git - mirror_zfs-debian.git/blob - debian/patches/enable-zed.patch
dkms: build icp module as well
[mirror_zfs-debian.git] / debian / patches / enable-zed.patch
1 Description: Enable zed emails
2 The OpenZFS event daemon monitors pools. This patch enables the email
3 sending function by default (if zed is installed). This is consistent with
4 the default behavior of mdadm.
5 Author: Richard Laager <rlaager@wiktel.com>
6 Forwarded: no
7
8 Index: zfs-linux-0.6.5.3/cmd/zed/zed.d/zed.rc
9 ===================================================================
10 --- zfs-linux-0.6.5.3.orig/cmd/zed/zed.d/zed.rc 2015-10-27 15:22:37.000000000 -0500
11 +++ zfs-linux-0.6.5.3/cmd/zed/zed.d/zed.rc 2016-01-31 23:13:49.826489152 -0600
12 @@ -15,7 +15,7 @@
13 # Email will only be sent if ZED_EMAIL_ADDR is defined.
14 # Disabled by default; uncomment to enable.
15 #
16 -#ZED_EMAIL_ADDR="root"
17 +ZED_EMAIL_ADDR="root"
18
19 ##
20 # Name or path of executable responsible for sending notifications via email;
21 @@ -41,7 +41,7 @@
22 ##
23 # Minimum number of seconds between notifications for a similar event.
24 #
25 -#ZED_NOTIFY_INTERVAL_SECS=3600
26 +ZED_NOTIFY_INTERVAL_SECS=3600
27
28 ##
29 # Notification verbosity.