From 4b06e89211feda93bee19a93c165c0d4b9911622 Mon Sep 17 00:00:00 2001 From: pjd Date: Sun, 8 Apr 2007 16:05:23 +0000 Subject: [PATCH] There can be many reasons of VDEV failures, so log type as well. --- etc/devd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/devd.conf b/etc/devd.conf index 07c79c608c2..59ac15fa242 100644 --- a/etc/devd.conf +++ b/etc/devd.conf @@ -218,7 +218,7 @@ notify 10 { notify 10 { match "system" "ZFS"; match "type" "vdev"; - action "logger -p kern.err 'ZFS: vdev failure, zpool=$pool'"; + action "logger -p kern.err 'ZFS: vdev failure, zpool=$pool type=$type'"; }; notify 10 { -- 2.45.0