mirror of
https://github.com/kdave/btrfs-progs
synced 2025-01-01 19:22:05 +00:00
c6be84840f
The feature pages share the contents with the manual page section 5 so put the contents to separate files. Progress: 2/3. Signed-off-by: David Sterba <dsterba@suse.com>
9 lines
396 B
ReStructuredText
9 lines
396 B
ReStructuredText
Auto-repair on read
|
|
===================
|
|
|
|
Data or metadata that are found to be damaged (eg. because the checksum does
|
|
not match) at the time they're read from the device can be salvaged in case the
|
|
filesystem has another valid copy when using block group profile with redundancy
|
|
(DUP, RAID1, RAID5/6). The correct data are returned to the user application
|
|
and the damaged copy is replaced by it.
|