https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222734
--- Comment #1 from Andriy Gapon <[email protected]> --- Could you please try to obtain a crash dump with 11.1 ? You can set dumpdev parameter in /boot/loader.conf to a suitable value if you have a dedicated dump partition or a swap partition. E.g.: dumpdev="gpt/7660D.swap" dumpdev="ada0p2" etc. Then you can boot back to 11.0 to get the crash dump extracted and saved. As to the issue itself... It's possible that you have some bad data with correct checksum on disk (no guesses on how it came to be). The older ZFS code is not as thorough in validating the data. The scrub does not detect it because the checksum is correct. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
