btrfs-progs/Documentation/Auto-repair.rst
David Sterba c6be84840f btrfs-progs: docs: add more chapters (part 2)
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>
2021-12-17 11:53:44 +01:00

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.