Re: ZFS devd messages

2013-10-12 Thread Mark Felder
On Fri, Oct 11, 2013, at 19:51, Daniel O'Connor wrote: > Hi, > It seems that the ZFS messages no longer match entries in devd.conf, eg.. > notify 10 { > match "system" "ZFS"; > match "type""vdev"; > action "logger -p kern.err 'ZFS: vdev failure, zpool=$p

Re: ZFS devd messages

2013-10-11 Thread Daniel O'Connor
On 12/10/2013, at 11:21, Daniel O'Connor wrote: > Doesn't match anything because messages now look like.. > Processing event '!system=ZFS subsystem=ZFS type=resource.fs.zfs.removed > version=0 class=resource.fs.zfs.removed pool_guid=469710819 > vdev_guid=215223839' > > Does anyone have an upd

ZFS devd messages

2013-10-11 Thread Daniel O'Connor
Hi, It seems that the ZFS messages no longer match entries in devd.conf, eg.. notify 10 { match "system" "ZFS"; match "type""vdev"; action "logger -p kern.err 'ZFS: vdev failure, zpool=$pool type=$type'"; }; Doesn't match anything because messages now l