summaryrefslogtreecommitdiff
path: root/doc/bugs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-05-27 16:40:03 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-05-27 16:40:03 -0400
commit7439ae35d768c77d679cba04fb3fb07ac795ef83 (patch)
tree05d15238ade3430407529e54a37ae639e136769b /doc/bugs
parentfbd5182829d570231f911cb5ac7919d6333ccddc (diff)
fsck: When checksumming a file fails due to a hardware fault, the file is now moved to the bad directory, and the fsck proceeds. Before, the fsck immediately failed.
Diffstat (limited to 'doc/bugs')
-rw-r--r--doc/bugs/git_annex_fsck_on_btrfs_devices.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/bugs/git_annex_fsck_on_btrfs_devices.mdwn b/doc/bugs/git_annex_fsck_on_btrfs_devices.mdwn
index 1ad2f65f9..7ed827b78 100644
--- a/doc/bugs/git_annex_fsck_on_btrfs_devices.mdwn
+++ b/doc/bugs/git_annex_fsck_on_btrfs_devices.mdwn
@@ -12,3 +12,7 @@ git-annex: sha1sum parse error
### What version of git-annex are you using? On what operating system?
git-annex 5.20150508
linux 4.0.4
+
+> [[fixed|done]]; IO errors are now detected and the file moved to bad/;
+> the fsck also continues past that failure now, so if a disk has
+> a lot of damanged files, it will find them all. --[[Joey]]