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

--- Comment #2 from Shiva <shiva.bhanu...@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.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to