[Bug 219972] Unable to zpool export following some zfs recv

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jul 17 06:31:11 UTC 2017


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

--- Comment #4 from Andriy Gapon <avg at FreeBSD.org> ---
You could try the following DTrace one-liner to try to track down where the
error originates.

# dtrace -n 'sdt:::set-error /arg0 == EBUSY/ { printf("func %s", probefunc);
stack(); }'

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


More information about the freebsd-fs mailing list