Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Nov 2022 17:24:46 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 267654] UFS "cylinder checksum failed" on temporary storage or data disk on arm64 vm in Azure
Message-ID:  <bug-267654-227-LdcAZr2SVp@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-267654-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-267654-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267654

--- Comment #11 from Kirk McKusick <mckusick@FreeBSD.org> ---
I do not have any better idea than the debugging idea that you are suggesti=
ng.
Of interest is verifying that the seek offset is correct and that the check=
sum
of what is written and what ends up on the disk match. Note that the checks=
um
is being calculated and the block written in the libufs routine
lib/libufs/cgroup.c. See functions cgwrite(), cgwrite1(), and where the wor=
k is
actually done cgput().

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-267654-227-LdcAZr2SVp>