diff options
author | Tony Hutter <[email protected]> | 2018-03-06 15:41:52 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2018-03-06 15:41:52 -0800 |
commit | 639b18944a6a3483c02039621c02dac08a954a90 (patch) | |
tree | b50499c540b1da61c4fe677d0a4d0a8d7e42570f /tests/runfiles/linux.run | |
parent | d2160d053838e36df83e5fe3a9ca20abad588a4c (diff) |
Allow to limit zed's syslog chattiness
Some usage patterns like send/recv of replication streams can
produce a large number of events. In such a case, the current
all-syslog.sh zedlet will hold up to its name, and flood the
logs with mostly redundant information. Two mitigate this
situation, this changeset introduces to new variables
ZED_SYSLOG_SUBCLASS_INCLUDE and ZED_SYSLOG_SUBCLASS_EXCLUDE
to zed.rc that give more control over which event classes end
up in the syslog.
Reviewed-by: loli10K <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Giuseppe Di Natale <[email protected]>
Signed-off-by: Tony Hutter <[email protected]>
Signed-off-by: Daniel Kobras <[email protected]>
Closes #6886
Closes #7260
Diffstat (limited to 'tests/runfiles/linux.run')
-rw-r--r-- | tests/runfiles/linux.run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runfiles/linux.run b/tests/runfiles/linux.run index d0a6c8b73..8606fd8f0 100644 --- a/tests/runfiles/linux.run +++ b/tests/runfiles/linux.run @@ -490,7 +490,7 @@ tests = ['devices_001_pos', 'devices_002_neg', 'devices_003_pos'] tags = ['functional', 'devices'] [tests/functional/events] -tests = ['events_001_pos', 'events_002_pos'] +tests = ['events_001_pos', 'events_002_pos', 'zed_rc_filter'] tags = ['functional', 'events'] [tests/functional/exec] |