ZFS Device Event Type "misc.fs.zfs.vdev_latency"

Hello All,

I have done lots of online search and couldn't find any article related to the device event type "misc.fs.zfs.vdev_latency"for ZFS system. So, finally have come to this community to seek some answers for it.

Anyone know what is this event type. I guess it is related to the vdev latency but I am not sure when this event will get trigger. Need some more clarification on it.

Code:
notify 50 {
match "system" "ZFS";
match "subsystem" "ZFS";
match "type" "misc.fs.zfs.vdev_latency";
action "/usr/local/sbin/vdevscript.sh $pool_name $pool_guid $vdev_guid $vdev_path";
};
 
Back
Top