From a6ed23b82fe3cb1c46a7c23d7b00c94ae05d4bc6 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 11 Dec 2020 11:09:19 -0400 Subject: [PATCH] todo --- doc/todo/stalldetection_breaks_move.mdwn | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/todo/stalldetection_breaks_move.mdwn diff --git a/doc/todo/stalldetection_breaks_move.mdwn b/doc/todo/stalldetection_breaks_move.mdwn new file mode 100644 index 0000000000..536cd4202e --- /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]] -- 2.30.2