https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207464
Andriy Gapon <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open --- Comment #13 from Andriy Gapon <[email protected]> --- 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. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-amd64 To unsubscribe, send any mail to "[email protected]"
