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:
parent
dad4be97c2
commit
b62e004c2c
2 changed files with 38 additions and 14 deletions
|
@ -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]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue