update chunk log after speculated chunks are verified to be present

Only done in checkPresentChunks, although retrieveChunks could also do
it. Does not seem necessary though, because git-annex never retrives
content without first checking if it's present AFAICR. And really this will
only be needed when using fsck. Puttting it here, rather than in fsck
avoids breaking an abstraction boundary, and is nice and inexpensive.
This commit is contained in:
Joey Hess 2020-10-22 13:37:09 -04:00
parent dad4be97c2
commit b62e004c2c
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 38 additions and 14 deletions

View file

@ -24,3 +24,5 @@ but `annex fsck --key KEY --from remote --fast`, since it doesn't have an exact
[[!meta author=yoh]]
[[!tag projects/dandi]]
> [[done]] --[[Joey]]