summaryrefslogtreecommitdiff
path: root/doc/bugs/__34__metadata_only__34___git-remote-gcrypt_syncing_files_anyway/comment_3_79268506a1653220ddfbb45f9c61d8a7._comment
blob: e24cb210b9f3c167c35fa41ade8cb3d67dbb3104 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[[!comment format=mdwn
 username="joey"
 subject="""comment 3"""
 date="2016-06-09T20:27:07Z"
 content="""
This was fixed in [[!commit fbf5045d4f17accde9e20fa528e52cb1dce61c47]]
for `git annex sync --content`

I don't remember the immediate cause of it being in a code that that the
webapp would call, but I did add a belt-and-suspenders fix at a lower level
which I'd hope would prevent the webapp from uploading anything in any
case.

Sounds like the webapp tries to queue transfers to a NoUUID remote, and
then presumably gives up before the object gets uploaded.

Looking at the code, calcSyncRemotes does not filter out NoUUID remotes
when populating syncDataRemotes. So, I've fixed that too now.
"""]]