Maybe something shows up in the output of
Pool data integrity (checksums) can be verified with
You could make the error disappear by setting the tunable vfs.aio.enable_unsafe = 1 (https://man.freebsd.org/cgi/man.cgi?query=aio, second paragraph). But I'm not sure if that is safe and would not recommend it in production.
Code Select
zpool events -v zroot
after boot?Pool data integrity (checksums) can be verified with
Code Select
zpool scrub zroot
then wait a minute or so, and finally runCode Select
zpool status zroot
to make sure that all error counts are zero.You could make the error disappear by setting the tunable vfs.aio.enable_unsafe = 1 (https://man.freebsd.org/cgi/man.cgi?query=aio, second paragraph). But I'm not sure if that is safe and would not recommend it in production.