summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar umeboshi <umeboshi@web>2016-01-02 23:13:15 +0000
committerGravatar admin <admin@branchable.com>2016-01-02 23:13:15 +0000
commitbcb9bead7fc7321533c4e0b791d8d2fe83220592 (patch)
tree3821500d2045d1da1d531f4895038a51c2e94727 /doc
parentd75477b27762b45f49dd7655991a05f79481e4cb (diff)
Added a comment
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/Massive_drop_in_performance_with_--jobs_option/comment_2_c9fea9db7116e7ee82a09c23f22b54e9._comment30
1 files changed, 30 insertions, 0 deletions
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 000000000..cfc5f2684
--- /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
+```
+
+
+
+"""]]