Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 02 Oct 2017 10:38:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 222734] 11.1-RELEASE kernel panics while importing ZFS pool
Message-ID:  <bug-222734-8-fKF6OJSKi5@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-222734-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-222734-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D222734

--- Comment #1 from Andriy Gapon <avg@FreeBSD.org> ---
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 y=
ou
have a dedicated dump partition or a swap partition.
E.g.:
dumpdev=3D"gpt/7660D.swap"
dumpdev=3D"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.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-222734-8-fKF6OJSKi5>