[Bug 225110] UFS "cylinder checksum failed" messages after crash, with SU+J enabled
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Jan 18 07:04:47 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225110
Kirk McKusick <mckusick at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mckusick at FreeBSD.org
--- Comment #2 from Kirk McKusick <mckusick at FreeBSD.org> ---
Please retry with this change included as I believe it will fix the problem.
New Revision: 328092
URL: https://svnweb.freebsd.org/changeset/base/328092
Log:
Correct fsck journal-recovery code to update a cylinder-group
check-hash after making changes to the cylinder group. The problem
was that the journal-recovery code was calling the libufs bwrite()
function instead of the cgput() function. The cgput() function updates
the cylinder-group check-hash before writing the cylinder group.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-fs
mailing list