https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211381

--- Comment #3 from Andriy Gapon <[email protected]> ---
It would be interesting to see what errors are reported by the following dtrace
oneliner:

dtrace -n 'sdt:::l2arc-iodone /args[0]->io_error != 0/ { printf("io_error =
%d", args[0]->io_error); }'

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-amd64
To unsubscribe, send any mail to "[email protected]"

Reply via email to