|
|
|
|
|
by X-Istence
3912 days ago
|
|
end-to-end checksumming refers to the fact that when a file is written it's checksum is generated and stored, upon reading the file system verifies the checksum before returning the data to the application. That is, the read() will return valid data. See this post from Jeff Bonwick: https://blogs.oracle.com/bonwick/entry/zfs_end_to_end_data |
|
Basically, the filesystem isn't the end point, and thus simply isn't positioned to really provide "end-to-end" protection.