Date: Mon, 17 Jul 2017 06:31:11 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 219972] Unable to zpool export following some zfs recv Message-ID: <bug-219972-3630-Di5cwqIeJl@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-219972-3630@https.bugs.freebsd.org/bugzilla/> References: <bug-219972-3630@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D219972 --- Comment #4 from Andriy Gapon <avg@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 =3D=3D EBUSY/ { printf("func %s", probef= unc); stack(); }' --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-219972-3630-Di5cwqIeJl>