zed: Reduce log noise for large JBODs
commit782312c612777029ac7955711a67a5f916777bc4
authorBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 25 Jul 2023 20:55:29 +0000 (25 13:55 -0700)
committerGitHub <noreply@github.com>
Tue, 25 Jul 2023 20:55:29 +0000 (25 13:55 -0700)
tree60247594d10532bf3d4123c80d2964c5cc56c384
parent2848de11e516a2ef2e6baa574a60d77a6fb47023
zed: Reduce log noise for large JBODs

For large JBODs the log message "zfs_iter_vdev: no match" can
account for the bulk of the log messages (over 70%).  Since this
message is purely informational and not that useful we remove it.

Reviewed-by: Olaf Faaland <faaland1@llnl.gov>
Reviewed-by: Brian Atkinson <batkinson@lanl.gov>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #15086
Closes #15094
cmd/zed/agents/zfs_mod.c