diff --git a/doc/forum/Massive_drop_in_performance_with_--jobs_option/comment_2_c9fea9db7116e7ee82a09c23f22b54e9._comment b/doc/forum/Massive_drop_in_performance_with_--jobs_option/comment_2_c9fea9db7116e7ee82a09c23f22b54e9._comment new file mode 100644 index 0000000000..cfc5f2684c --- /dev/null +++ b/doc/forum/Massive_drop_in_performance_with_--jobs_option/comment_2_c9fea9db7116e7ee82a09c23f22b54e9._comment @@ -0,0 +1,30 @@ +[[!comment format=mdwn + username="umeboshi" + subject="comment 2" + date="2016-01-02T23:13:15Z" + content=""" +I have been getting more failures than I used to when using -J with get and copy commands. + +The dirannex remote is a local directory remote. + +``` +get 74/024842a88350573fa70e33f6dea9d274.jpg (from web...) ok +get 74/02c67a1850ee54848d0203c48a613d74.jpg (from dirannex...) ok +get 75/024b4a9e700c51aeb9a51d7566a19c75.jpg (transfer already in progress, or unable to take transfer lock) + Unable to access these remotes: web + + Try making some of these repositories available: + 00000000-0000-0000-0000-000000000001 -- web +failed +``` + +``` +git-annex copy -J5 --to dirannex +<snip> +(transfer already in progress, or unable to take transfer lock) failed +git-annex: copy: 5 failed +``` + + + +"""]]