diff options
author | Antonio Russo <[email protected]> | 2019-06-02 14:29:37 -0600 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-07-15 16:31:57 -0700 |
commit | df834a7ccc6a4bb690f6992273a7345cc56afd6d (patch) | |
tree | 3d8725c7b04c7d28b05f47f2b6f87e3b947dcafa /cmd/zed | |
parent | f88d069cbbbdff9a67a9be523cfb470cef707e07 (diff) |
Enable zfs-mount-generator by default
Reviewed-by: Richard Laager <[email protected]>
Reviewed-by: Fabian Grünbichler <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Antonio Russo <[email protected]>
Closes #8750
Closes #8848
Diffstat (limited to 'cmd/zed')
-rw-r--r-- | cmd/zed/zed.d/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/zed/zed.d/Makefile.am b/cmd/zed/zed.d/Makefile.am index 716db2b2f..fbfd562c2 100644 --- a/cmd/zed/zed.d/Makefile.am +++ b/cmd/zed/zed.d/Makefile.am @@ -38,6 +38,7 @@ $(nodist_zedexec_SCRIPTS): %: %.in zedconfdefaults = \ all-syslog.sh \ data-notify.sh \ + history_event-zfs-list-cacher.sh \ resilver_finish-notify.sh \ scrub_finish-notify.sh \ statechange-led.sh \ |