Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[Bug 225110] UFS "cylinder checksum failed" messages after crash,

13 views
Skip to first unread message

bugzilla...@freebsd.org

unread,
Jan 18, 2018, 2:05:01 AM1/18/18
to
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225110

Kirk McKusick <mcku...@FreeBSD.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |mcku...@FreeBSD.org

--- Comment #2 from Kirk McKusick <mcku...@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.
_______________________________________________
freeb...@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-fs
To unsubscribe, send any mail to "freebsd-fs-...@freebsd.org"

bugzilla...@freebsd.org

unread,
Jan 19, 2018, 4:26:09 AM1/19/18
to
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225110

Jean-Sébastien Pédron <dumb...@FreeBSD.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |dumb...@FreeBSD.org

--- Comment #3 from Jean-Sébastien Pédron <dumb...@FreeBSD.org> ---
I tried this patch with success on my laptop! Thank you Kirk :)

0 new messages