todo
authorJoey Hess <joeyh@joeyh.name>
Fri, 11 Dec 2020 15:09:19 +0000 (11:09 -0400)
committerJoey 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]

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
@@ -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]]