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

--- Comment #2 from [email protected] ---
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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to