summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://me.yahoo.com/a/2grhJvAC049fJnvALDXek.6MRZMTlg--#eec89 <John@web>2013-01-05 20:45:33 +0000
committerGravatar admin <admin@branchable.com>2013-01-05 20:45:33 +0000
commit63809422db8cdf5c1deb71a1fbd6b8a31f9b023f (patch)
treefbc3a629f6ff6bd7392a3dd35586842abf21ad85
parentd9de052e5490b28ca5faf3d6d42c2d2a1c4af855 (diff)
-rw-r--r--doc/bugs/Disconcerting_warning_from_git-annex.mdwn6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/bugs/Disconcerting_warning_from_git-annex.mdwn b/doc/bugs/Disconcerting_warning_from_git-annex.mdwn
new file mode 100644
index 000000000..169dc26d1
--- /dev/null
+++ b/doc/bugs/Disconcerting_warning_from_git-annex.mdwn
@@ -0,0 +1,6 @@
+I did a "git annex add" of a bunch of files on a storage server with low IOPS, and saw this:
+
+ git-annex: /tank/Media/Pictures/.git/annex/tmp/430_32b_SHA256E-s4464838--c1785a76ee1451f602e93c99c147e214705004e541de8256d74a3be3717d15e5.jpg.log: openBinaryFile: resource busy (file is locked)
+failed
+
+How is that even possible, when the server is doing nothing else?