[Bug 225423] panic: softdep_deallocate_dependencies: dangling deps
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 01 Aug 2021 00:22:01 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225423
Kirk McKusick <mckusick@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|Open |Closed
Resolution|--- |FIXED
--- Comment #24 from Kirk McKusick <mckusick@FreeBSD.org> ---
As of the release of 13.0 the UFS filesystem recovers from a disk dying or
disappearing by forcibly unmounting the filesystem. As part of the forcible
unmount all dirty buffers and soft update dependencies are removed. Thus this
panic no longer occurs. Verified by Peter Holm with his stress tests.
--
You are receiving this mail because:
You are the assignee for the bug.