summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar umeboshi <umeboshi@web>2016-01-02 23:09:53 +0000
committerGravatar admin <admin@branchable.com>2016-01-02 23:09:53 +0000
commitd75477b27762b45f49dd7655991a05f79481e4cb (patch)
tree6b9a678ebf97ca8b4255c488caff3f034578d602
parent360592c5592dbfc36e27c1d284ac91ae9df08cb8 (diff)
Added a comment
-rw-r--r--doc/forum/Massive_drop_in_performance_with_--jobs_option/comment_1_a4945af282f5f12e243ed1a4b898dcc0._comment28
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/forum/Massive_drop_in_performance_with_--jobs_option/comment_1_a4945af282f5f12e243ed1a4b898dcc0._comment b/doc/forum/Massive_drop_in_performance_with_--jobs_option/comment_1_a4945af282f5f12e243ed1a4b898dcc0._comment
new file mode 100644
index 000000000..3c3cadb31
--- /dev/null
+++ b/doc/forum/Massive_drop_in_performance_with_--jobs_option/comment_1_a4945af282f5f12e243ed1a4b898dcc0._comment
@@ -0,0 +1,28 @@
+[[!comment format=mdwn
+ username="umeboshi"
+ subject="comment 1"
+ date="2016-01-02T23:09:53Z"
+ 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
+```
+
+
+
+"""]]