From f9a5a2ec059dc895bf916ea7a69273f6ee13a558 Mon Sep 17 00:00:00 2001 From: "0xloem@0bd8a79a57e4f0dcade8fc81d162c37eae4d6730" <0xloem@web> Date: Mon, 15 Mar 2021 06:45:09 +0000 Subject: [PATCH] --- ..._58___no_external_remote_debug_output.mdwn | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 doc/bugs/Stall_detection__58___no_external_remote_debug_output.mdwn diff --git a/doc/bugs/Stall_detection__58___no_external_remote_debug_output.mdwn b/doc/bugs/Stall_detection__58___no_external_remote_debug_output.mdwn new file mode 100644 index 0000000000..566bcdfcf4 --- /dev/null +++ b/doc/bugs/Stall_detection__58___no_external_remote_debug_output.mdwn @@ -0,0 +1,26 @@ +### Please describe the problem. +When stall detection is enabled, debug output for transfers with external special remotes appears to be hidden. + +### What steps will reproduce the problem? + + git config annex.stalldetection true + git annex copy file --to=externalspecialremote --debug 2>&1 | grep PROGRESS + # no lines output + +### What version of git-annex are you using? On what operating system? + +I'm on RHEL7 and this problem is present in git master for me ever since the introduction of stall detection: 135757d64 through 4d6f74477 + +### Please provide any additional information below. + +[[!format sh """ +# If you can, paste a complete transcript of the problem occurring here. +# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log + + +# End of transcript or log. +"""]] + +### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders) + +I've written ESRPs and recovered many lost files =)