[Bug 207464] Panic when destroying ZFS snapshot on boot filesystem

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu May 5 17:55:31 UTC 2016


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

Andriy Gapon <avg at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Open

--- Comment #13 from Andriy Gapon <avg at FreeBSD.org> ---
Interesting...  I can reproduce this problem but only if I repeat the
instructions twice:
$ zfs snapshot foo at panic
$ ls -d /foo/.zfs/snapshot/panic
$ zfs destroy foo at panic
... no problem here ...
$ zfs snapshot foo at panic
$ ls -d /foo/.zfs/snapshot/panic
$ zfs destroy foo at panic
... now it panics ...

This is using a UFS root filesystem and a freshly created pool.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-amd64 mailing list