projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0965b8
)
todo
author
Joey Hess
<joeyh@joeyh.name>
Fri, 11 Dec 2020 15:09:19 +0000
(11:09 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Fri, 11 Dec 2020 15:09:19 +0000
(11:09 -0400)
doc/todo/stalldetection_breaks_move.mdwn
[new file with mode: 0644]
patch
|
blob
diff --git a/doc/todo/stalldetection_breaks_move.mdwn
b/doc/todo/stalldetection_breaks_move.mdwn
new file mode 100644
(file)
index 0000000..
536cd42
--- /dev/null
+++ b/
doc/todo/stalldetection_breaks_move.mdwn
@@ -0,0
+1,6
@@
+Setting annex.stalldetection can break move, which complains it cannot find
+enough copies to drop.
+
+The problem is that the transferrer process updates the location log, but
+the parent process doesn't see the update in time. So, the location log
+update needs to move to the parent process. --[[Joey]]