mirror_zfs/cmd/zed
Don Brady 13d65987a9
zed syslog entries drop important info
ZED will log zevents summaries to the syslog, however the log entries 
tend to drop event details that can be useful for diagnosis. This is 
especially true for ereport events, like io, checksum, and delay.

Update the all-syslog.sh script to log additional event information.

Add an optional config option, ZED_SYSLOG_DISPLAY_GUIDS, to zed.rc
for choosing GUIDs over names for pool and vdev.

Change the default ZED_SYSLOG_SUBCLASS_EXCLUDE to exclude history_event 
events. These events tend to be frequent, convey no meaningful info, 
and are already logged in the zpool history.

Reviewed-by: John Kennedy <john.kennedy@delphix.com>
Reviewed-by: Pavel Zakharov <pavel.zakharov@delphix.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Don Brady <don.brady@delphix.com>
Closes #10967
2020-10-19 11:01:00 -07:00
..
agents Replace ZFS on Linux references with OpenZFS 2020-10-08 20:10:13 -07:00
zed.d zed syslog entries drop important info 2020-10-19 11:01:00 -07:00
.gitignore Initial implementation of zed (ZFS Event Daemon) 2014-04-02 13:10:03 -07:00
Makefile.am Use abs_top_builddir when referencing libraries 2020-07-10 14:26:32 -07:00
zed_conf.c Replace ZFS on Linux references with OpenZFS 2020-10-08 20:10:13 -07:00
zed_conf.h Replace ZFS on Linux references with OpenZFS 2020-10-08 20:10:13 -07:00
zed_disk_event.c Add libzutil for libzfs or libzpool consumers 2018-11-05 11:22:33 -08:00
zed_disk_event.h Bring over illumos ZFS FMA logic -- phase 1 2016-09-01 11:39:45 -07:00
zed_event.c Replace ZFS on Linux references with OpenZFS 2020-10-08 20:10:13 -07:00
zed_event.h Replace ZFS on Linux references with OpenZFS 2020-10-08 20:10:13 -07:00
zed_exec.c Replace ZFS on Linux references with OpenZFS 2020-10-08 20:10:13 -07:00
zed_exec.h Replace ZFS on Linux references with OpenZFS 2020-10-08 20:10:13 -07:00
zed_file.c Replace ZFS on Linux references with OpenZFS 2020-10-08 20:10:13 -07:00
zed_file.h Replace ZFS on Linux references with OpenZFS 2020-10-08 20:10:13 -07:00
zed_log.c Replace ZFS on Linux references with OpenZFS 2020-10-08 20:10:13 -07:00
zed_log.h Replace ZFS on Linux references with OpenZFS 2020-10-08 20:10:13 -07:00
zed_strings.c Replace ZFS on Linux references with OpenZFS 2020-10-08 20:10:13 -07:00
zed_strings.h Replace ZFS on Linux references with OpenZFS 2020-10-08 20:10:13 -07:00
zed.c Replace ZFS on Linux references with OpenZFS 2020-10-08 20:10:13 -07:00
zed.h Replace ZFS on Linux references with OpenZFS 2020-10-08 20:10:13 -07:00