I came to know about Linux's ZED here. Perhaps in the future it will be upstreamed to OpenZFS, and will appear in FreeBSD.
Until that time, is there a way to take action when ZFS events happen?
Illumos has https://illumos.org/man/1M/syseventadm which allows to runs programs in response to sysevents, some of which are generated by ZFS. Perhaps FreeBSD has something similar, more general in scope than ZED?
As side note: I can see
Until that time, is there a way to take action when ZFS events happen?
Illumos has https://illumos.org/man/1M/syseventadm which allows to runs programs in response to sysevents, some of which are generated by ZFS. Perhaps FreeBSD has something similar, more general in scope than ZED?
As side note: I can see
man zfs-events
on the console, but not on FreeBSD man pages online.