]> git.proxmox.com Git - pve-docs.git/commitdiff
local-zfs.adoc: update info about zed daemon
authorDietmar Maurer <dietmar@proxmox.com>
Tue, 13 Dec 2016 15:34:53 +0000 (16:34 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 13 Dec 2016 15:34:53 +0000 (16:34 +0100)
local-zfs.adoc

index e9d085704a367c9a010eda52d82e0a3d2f8290a9..a75efcfb791b66503bfb1906c7053985c19cd092 100644 (file)
@@ -262,7 +262,12 @@ Activate E-Mail Notification
 
 ZFS comes with an event daemon, which monitors events generated by the
 ZFS kernel module. The daemon can also send emails on ZFS events like
 
 ZFS comes with an event daemon, which monitors events generated by the
 ZFS kernel module. The daemon can also send emails on ZFS events like
-pool errors.
+pool errors. Newer ZFS packages ships the daemon in a sparate package,
+and you can install it using `apt-get`:
+
+----
+# apt-get install zfs-zed
+----
 
 To activate the daemon it is necessary to edit `/etc/zfs/zed.d/zed.rc` with your
 favourite editor, and uncomment the `ZED_EMAIL_ADDR` setting:
 
 To activate the daemon it is necessary to edit `/etc/zfs/zed.d/zed.rc` with your
 favourite editor, and uncomment the `ZED_EMAIL_ADDR` setting: