From b66fe05f73640975eabaf0a3ce31686a29863aae Mon Sep 17 00:00:00 2001 From: "https://me.yahoo.com/a/2grhJvAC049fJnvALDXek.6MRZMTlg--#eec89" Date: Sat, 5 Jan 2013 20:45:33 +0000 Subject: [PATCH] --- doc/bugs/Disconcerting_warning_from_git-annex.mdwn | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/bugs/Disconcerting_warning_from_git-annex.mdwn 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 0000000000..169dc26d14 --- /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?