Summary: | UFS filesystem panics after deadlock during mksnap_ffs | ||
---|---|---|---|
Product: | Base System | Reporter: | ml |
Component: | kern | Assignee: | freebsd-fs (Nobody) <fs> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | CC: | crest, lwhsu, mckusick |
Priority: | --- | Keywords: | crash |
Version: | 12.2-RELEASE | ||
Hardware: | Any | ||
OS: | Any | ||
See Also: | https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244048 |
Description
ml
2021-01-19 09:22:55 UTC
This bug was reported and fixed in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253158 It has not yet been, but will be MFC'ed to stable/12. (In reply to Kirk McKusick from comment #1) Thanks! Would this patch affect #244048 too? (In reply to ml from comment #2) Almost certainly this fix will solve the panic reported in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244048 too. (In reply to Kirk McKusick from comment #3) Sorry, I wasn't clear. Of course this will fix the panic in #244048, as this bug is just a spin off to better describe it. I was asking if the mentioned patch could help with the main subject of that bug, i.e. the deadlock (which was the root cause of the later panic). (In reply to ml from comment #4) I do not think that the main problem reported in #244048 (apparently running out of buffers in the buffer cache) will be fixed by this patch. It is not clear to me what changed between the 11-stable release and the 12-stable release to cause the buffer problem. At this point I would consider trying out the 13 release to see if the problem is still present in that distribution. See also suggestion to try patch in https://reviews.freebsd.org/D28901. The panic described in this report has been fixed in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253158. The buffer cache hanging was addressed in https://reviews.freebsd.org/D28901. |