[Bug 205163] Periodic jobs triggering panics on ZFS host with jails

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Dec 9 17:39:33 UTC 2015


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

--- Comment #2 from dustinwenz at ebureau.com ---
Note I see this with a kernel config based on GENERIC, with these options
added:

device pf
device pflog
device pfsync
options ALTQ
options ALTQ_CBQ
options ALTQ_RED
options ALTQ_RIO
options ALTQ_HFSC
options ALTQ_PRIQ
options ALTQ_NOPCC

There are also two kernel patches applied from these PRs:

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

The last patch might be interesting here because the stack trace below hits
lines (1077-1078 in dmu_tx.c) modified by the arc patch:

        min_tx_time = zfs_delay_scale *
            (dirty - delay_min_bytes) / (zfs_dirty_data_max_internal - dirty);

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


More information about the freebsd-bugs mailing list