linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* How does btrfs behave on checksum mismatch?
@ 2012-10-27 21:56 Michael Kjörling
  2012-10-27 22:02 ` Hugo Mills
  0 siblings, 1 reply; 8+ messages in thread
From: Michael Kjörling @ 2012-10-27 21:56 UTC (permalink / raw)
  To: linux-btrfs

I came across the tidbit that ZFS has a contract guarantee that the
data read back will either be correct (the checksum computed over the
data read from the disk matches the checksum stored on disk), or you
get an I/O error. Obviously, this greatly reduces the probability that
the data is invalid. (Particularly when taken in combination with the
disk firmware's own ECC and checksumming.)

With the default options, does btrfs make any similar guarantees? If
not, then are there any options to force it to make such guarantees?

I'm interested in this both from a specification and an implementation
point of view.

The last thing anyone wants is probably undetected bit rot, and with
today's large drives, even with the quite low bit rot numbers it can
be a real concern. If even the act of simply successfully reading a
file guarantees, to the extent of the checksumming algorithm's ability
to detect changes, that the data read is the same as was once written,
that would be a major selling point for btrfs for me personally.

The closest I was able to find was that btrfs uses crc32c currently
for data and metadata checksumming and that this can be turned off if
so desired (using the "nodatasum" mount option), but nothing about
what the file system code does or is supposed to do in the face of a
checksum mismatch.

-- 
Michael Kjörling • http://michael.kjorling.se • michael@kjorling.se
                “People who think they know everything really annoy
                those of us who know we don’t.” (Bjarne Stroustrup)

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-10-28 13:39 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-27 21:56 How does btrfs behave on checksum mismatch? Michael Kjörling
2012-10-27 22:02 ` Hugo Mills
2012-10-27 22:09   ` Michael Kjörling
2012-10-28 12:23     ` Ronnie Collinson
2012-10-28 13:23       ` Martin Steigerwald
2012-10-28 13:26         ` Hugo Mills
2012-10-28 13:36           ` Martin Steigerwald
2012-10-28 13:39             ` Hugo Mills

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).