Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
fbc06b3d1f
7 changed files with 120 additions and 0 deletions
|
@ -0,0 +1,7 @@
|
|||
[[!comment format=mdwn
|
||||
username="eigengrau"
|
||||
subject="comment 5"
|
||||
date="2015-06-16T13:20:07Z"
|
||||
content="""
|
||||
You’re right, but the problem might be my somehow developing a perhaps overzealous habit of using the occasional `--aggressive --prune=now`. From what you said I would surmise that this could be a fairly good explanation for the missing object in my case.
|
||||
"""]]
|
|
@ -8,6 +8,8 @@ Then subsequent transfers seem to fail with:
|
|||
|
||||
InternalIOException send: resource vanished (Connection reset by peer)
|
||||
|
||||
Workaround: restart the assistant.
|
||||
|
||||
### What steps will reproduce the problem?
|
||||
|
||||
It's unclear. The assistant is trying to sync a lot of stuff to S3 right now, as files are regularly added into the repository and the assistant migrates them all there. The repository is setup as a "source" repository to make sure it doesn't keep files and send them all to s3.
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
[[!comment format=mdwn
|
||||
username="anarcat"
|
||||
subject="comment 2"
|
||||
date="2015-06-15T19:15:12Z"
|
||||
content="""
|
||||
i have no idea, really. i probably did *not* disable chunking explicitely on the repo, if that's any help..
|
||||
"""]]
|
|
@ -0,0 +1,14 @@
|
|||
[[!comment format=mdwn
|
||||
username="anarcat"
|
||||
subject="comment 3"
|
||||
date="2015-06-15T20:02:56Z"
|
||||
content="""
|
||||
okay, after disabling chunking, it still doesn't work.
|
||||
|
||||
it seems that it's completely stuck: i haven't seen the assistant transfer any new files yet. using `git annex move` seems to work:
|
||||
|
||||
<pre>
|
||||
www-data@ip-10-87-135-88:/persistent/media$ git annex move --to s3
|
||||
move video/mp4_sd/-_cineastas_indigenas_ntsc_-_eng_0.mov.mp4 (checking s3...) ok
|
||||
</pre>
|
||||
"""]]
|
|
@ -0,0 +1,28 @@
|
|||
[[!comment format=mdwn
|
||||
username="anarcat"
|
||||
subject="comment 4"
|
||||
date="2015-06-15T20:05:13Z"
|
||||
content="""
|
||||
nevermind that: `move` doesn't actually work either, it just skipped files that seemed to have already been transfered. the remaining files are still untransferable:
|
||||
|
||||
<pre>
|
||||
www-data@ip-10-87-135-88:/persistent/media$ git annex move --to s3
|
||||
move video/original/a_gente_luta_-_eng_0.mov (checking s3...) (to s3...)
|
||||
0% 0.0 B/s 0s
|
||||
InternalIOException send: resource vanished (Broken pipe)
|
||||
failed
|
||||
move video/original/a_gente_luta_-_esp_0.mov (checking s3...) (to s3...)
|
||||
0% 255.9KB/s 9h23m
|
||||
InternalIOException send: resource vanished (Broken pipe)
|
||||
failed
|
||||
move video/original/kinja_iakaha_-_dvcam_en.mov (checking s3...) (to s3...)
|
||||
0% 0.0 B/s 0s
|
||||
InternalIOException send: resource vanished (Broken pipe)
|
||||
failed
|
||||
move video/original/quartet_for_deafblind_h264kbs18000_24.mov (checking s3...) (to s3...)
|
||||
0% 0.0 B/s 0s
|
||||
InternalIOException send: resource vanished (Broken pipe)
|
||||
failed
|
||||
git-annex: move: 4 failed
|
||||
</pre>
|
||||
"""]]
|
|
@ -0,0 +1,7 @@
|
|||
[[!comment format=mdwn
|
||||
username="anarcat"
|
||||
subject="comment 1"
|
||||
date="2015-06-15T19:48:46Z"
|
||||
content="""
|
||||
it seems this is deliberate: there's a `nojson` tag on in the source code. I am just unclear why this is the case... and there doesn't seem to be documentation in the source about the nojson function or why it is desired...
|
||||
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue