Browse Source

Update storage.md

Håvard O. Nordstrand 5 years ago
parent
commit
ac56ad8308
1 changed files with 2 additions and 0 deletions
  1. 2 0
      config/linux-server/storage.md

+ 2 - 0
config/linux-server/storage.md

@@ -296,6 +296,8 @@ Some guides recommend using backport repos, but this way avoids that.
 1. Check that the cron scrub script exists.
     - Typical location: `/etc/cron.d/zfsutils-linux`
     - If it doesn't exist, add one which runs `/usr/lib/zfs-linux/scrub` e.g. monthly. It'll scrub all disks.
+1. Check that ZED is set up to send emails.
+    - In `/etc/zfs/zed.d/zed.rc`, make sure `ZED_EMAIL_ADDR="root"` is uncommented.
 
 ### Usage