[Bug 223803] zio_done() panic on system with cache devices

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Dec 15 23:28:57 UTC 2017


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

--- Comment #2 from Shiva <shiva.bhanujan at quorum.com> ---
Restricting the secondarycache=metadata param setting to the ZFS where the
snapshots are being received doesn't help this issue.  FreeBSD still crashes w/
the same traceback.

zfs send -v -i <src>@<from_snap> <src>@<to_snap> | zfs receive -Fuvs <dst>

we're setting secondarycache on <dst>

zfs set secondarycache=metadata <dst>

Setting secondarycache to metadata on the entire pool makes the system
prohibitively slower.  this is a real showstopper for us, as we can't transfer
snapshots for more than a day.

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


More information about the freebsd-bugs mailing list