Summary: | kernel panic in zfs | ||||||
---|---|---|---|---|---|---|---|
Product: | Base System | Reporter: | John Kennedy <warlock> | ||||
Component: | kern | Assignee: | Mariusz Zaborski <oshogbo> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | afedorov, lwhsu, oshogbo | ||||
Priority: | --- | ||||||
Version: | CURRENT | ||||||
Hardware: | amd64 | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
John Kennedy
2020-11-07 22:41:45 UTC
I think this is not a virtualization problem. It's looks like a ZFS issue. https://github.com/openzfs/zfs/pull/11152 Here, the same trace: https://drive.google.com/file/d/1-dvj8eoUNqRWL5mcVtH5Px4NbrhLfzML/view https://github.com/openzfs/zfs/commit/ae37ceadaa2a8cf09fbf1a9baafaa6dc6e24318a A commit references this bug: Author: oshogbo Date: Sun Nov 8 14:08:01 UTC 2020 New revision: 367487 URL: https://svnweb.freebsd.org/changeset/base/367487 Log: Check if the ZVOL has been written before calling zil_async_to_sync. The ZIL will be opened on the first write, not earlier. Reviewed-by: Ryan Moeller <ryan@iXsystems.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Mariusz Zaborski <oshogbo@vexillium.org> OpenZFS Pull Request: https://github.com/openzfs/zfs/pull/11152 PR: 250934 Changes: head/sys/contrib/openzfs/module/os/freebsd/zfs/zvol_os.c Could you please verify if commit resolved your issue? Crunching now. I usually do a full buildworld/buildkernel which isn't the fastest way to compile the kernel. Do you guys (kernel developers) find faster compile options (like using -DKERNFAST, no-clean options, etc) return adequate results? I'm happy wasting my computer's time, but don't want to waste YOUR time. :D Almost always, -DNO_CLEAN works well. The patch works! grub> ls (hd0) (cd0) (cd0,msdos2) (host) I'm pleased that this helps. |