summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2007-04-08 16:05:23 +0000
committerpjd <pjd@FreeBSD.org>2007-04-08 16:05:23 +0000
commit4b06e89211feda93bee19a93c165c0d4b9911622 (patch)
tree1baa2bedaa23414f6699d8519ca85b2150b41be3
parent9d80aa52927544096d911e2d1a63845dbfab69d9 (diff)
downloadFreeBSD-src-4b06e89211feda93bee19a93c165c0d4b9911622.zip
FreeBSD-src-4b06e89211feda93bee19a93c165c0d4b9911622.tar.gz
There can be many reasons of VDEV failures, so log type as well.
-rw-r--r--etc/devd.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/devd.conf b/etc/devd.conf
index 07c79c6..59ac15f 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 {
OpenPOWER on IntegriCloud