diff options
author | Ryan Moeller <[email protected]> | 2020-02-18 14:22:56 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2020-02-18 11:22:56 -0800 |
commit | 5f087dda784b26f16e72eff32c0e2c2b7c483adb (patch) | |
tree | 5948fd65b72984b68588ecbc91c33142e48e48e2 /include/os | |
parent | 8b3547a481a74b39c5d0eed256896fb25e8310e9 (diff) |
Enable zpool events tunables and tests on FreeBSD
We have have made the necessary changes in our module code to expose
zevents through both devd and the zpool events ioctl. Now the tunables
can be exposed and zpool events tests can be enabled on both platforms.
A few minor tweaks to the tests were needed to accommodate the way wc
formats output on FreeBSD.
zed remains to be ported.
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ryan Moeller <[email protected]>
Closes #10008
Diffstat (limited to 'include/os')
-rw-r--r-- | include/os/linux/kernel/linux/mod_compat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/os/linux/kernel/linux/mod_compat.h b/include/os/linux/kernel/linux/mod_compat.h index 572093218..a0f618d14 100644 --- a/include/os/linux/kernel/linux/mod_compat.h +++ b/include/os/linux/kernel/linux/mod_compat.h @@ -70,6 +70,7 @@ enum scope_prefix_types { zfs_vdev, zfs_vdev_cache, zfs_vdev_mirror, + zfs_zevent, zfs_zio, zfs_zil, spa |