Date: Thu, 05 May 2016 17:55:29 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-amd64@FreeBSD.org Subject: [Bug 207464] Panic when destroying ZFS snapshot on boot filesystem Message-ID: <bug-207464-6-cSqbAKtQfn@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-207464-6@https.bugs.freebsd.org/bugzilla/> References: <bug-207464-6@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=3D207464 Andriy Gapon <avg@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open --- Comment #13 from Andriy Gapon <avg@FreeBSD.org> --- Interesting... I can reproduce this problem but only if I repeat the instructions twice: $ zfs snapshot foo@panic $ ls -d /foo/.zfs/snapshot/panic $ zfs destroy foo@panic ... no problem here ... $ zfs snapshot foo@panic $ ls -d /foo/.zfs/snapshot/panic $ zfs destroy foo@panic ... now it panics ... This is using a UFS root filesystem and a freshly created pool. --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-207464-6-cSqbAKtQfn>