diff options
author | https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U <Richard@web> | 2011-10-29 20:02:21 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2011-10-29 20:02:21 +0000 |
commit | 3f322161788b3fc648083f9970cb31cdff03eda7 (patch) | |
tree | 7a9fda623cb400e545d904ad492a508c22c76e80 /doc | |
parent | a93aa2e51ebd88db2e6a88e8dc76e9a34d01b362 (diff) |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/fsck_claims_failed_checksum_when_less_copies_than_required_are_found.mdwn | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/bugs/fsck_claims_failed_checksum_when_less_copies_than_required_are_found.mdwn b/doc/bugs/fsck_claims_failed_checksum_when_less_copies_than_required_are_found.mdwn index faf67c243..95848456d 100644 --- a/doc/bugs/fsck_claims_failed_checksum_when_less_copies_than_required_are_found.mdwn +++ b/doc/bugs/fsck_claims_failed_checksum_when_less_copies_than_required_are_found.mdwn @@ -24,3 +24,15 @@ >>>>> fsck considers not enough copies to be a failure condition; it prints >>>>> error messages about it etc. That has nothing to do with checksums. >>>>> --[[Joey]] + +>>>>>> I get that. Still, I think it would be _extremely_ useful to know what failures occurred, exactly. Not having enough copies is Not Good, yet not having enough copies and a locally correct file is _lot_ better than having not enough copies and a broken file. I.e. I would prefer: + + (checksum...) OK + Not enough copies: Only 1 of 2 trustworthy copies exist of foo + +>>>>>> or similar and at the end + + git-annex: 0 wrong checksums + git-annex: 11577 with too few copies + +>>>>>> In the end, it comes down to the distinction of different failure classes. -- Richard |