diff options
author | Don Brady <[email protected]> | 2016-11-10 14:52:59 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2016-11-10 13:52:59 -0800 |
commit | 0df15db98f185c948239c236c9e51d7ce14adb71 (patch) | |
tree | e36ffbd0bece284f47c4784818176d032c04fc83 /cmd/zed/Makefile.am | |
parent | 32dec7bd1a0bce6039a65768ed8552164a0130bf (diff) |
Add a statechange notify zedlet
Now that ZED has internal fault diagnosis and the statechange event
is generated for faulted states, we can replace the io-notify and
checksum-notify zedlets with one based on statechange.
Reviewed-by: Tony Hutter <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Don Brady <[email protected]>
Closes #5383
Diffstat (limited to 'cmd/zed/Makefile.am')
-rw-r--r-- | cmd/zed/Makefile.am | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/cmd/zed/Makefile.am b/cmd/zed/Makefile.am index 101db83c3..1fe2047c0 100644 --- a/cmd/zed/Makefile.am +++ b/cmd/zed/Makefile.am @@ -61,23 +61,21 @@ zedexecdir = $(libexecdir)/zfs/zed.d dist_zedexec_SCRIPTS = \ zed.d/all-debug.sh \ zed.d/all-syslog.sh \ - zed.d/checksum-notify.sh \ zed.d/data-notify.sh \ zed.d/generic-notify.sh \ - zed.d/io-notify.sh \ zed.d/resilver_finish-notify.sh \ zed.d/scrub_finish-notify.sh \ zed.d/statechange-led.sh \ + zed.d/statechange-notify.sh \ zed.d/vdev_clear-led.sh zedconfdefaults = \ all-syslog.sh \ - checksum-notify.sh \ data-notify.sh \ - io-notify.sh \ resilver_finish-notify.sh \ scrub_finish-notify.sh \ statechange-led.sh \ + statechange-notify.sh \ vdev_clear-led.sh install-data-hook: |