https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211381
--- Comment #3 from Andriy Gapon <a...@freebsd.org> --- 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. _______________________________________________ freebsd-amd64@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-amd64 To unsubscribe, send any mail to "freebsd-amd64-unsubscr...@freebsd.org"