From e560110a7e4bbfea09bcece4dda64676613f5219 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 29 Jan 2021 15:50:08 -0400 Subject: [PATCH] close --- ...ory_on_removable_media_should_not_leave_ssh_conns_open.mdwn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/bugs/sync_on_a_repository_on_removable_media_should_not_leave_ssh_conns_open.mdwn b/doc/bugs/sync_on_a_repository_on_removable_media_should_not_leave_ssh_conns_open.mdwn index b2be4426d3..0e89b30a5c 100644 --- a/doc/bugs/sync_on_a_repository_on_removable_media_should_not_leave_ssh_conns_open.mdwn +++ b/doc/bugs/sync_on_a_repository_on_removable_media_should_not_leave_ssh_conns_open.mdwn @@ -1 +1,4 @@ I have a client, non-bare, direct mode repository on a USB key. I use this to work on my files on Windows terminals at work. When I return to my own (Debian) workstation at home, I mount the drive, `cd /media/swhitton/SPWHITTON/annex && git annex sync --content`. This sync the contents of the key with both my workstation's `/home` and a remote VPS over SSH. When the sync is complete, Thunar can't unmount the key because git annex leaves ssh connections to my VPS open, with the working directory inside `/media/swhitton/SPWHITTON/annex`. So I have to run `pkill ssh`. It would be great if `git annex sync` could detect that a non-bare repository is on removable media, and not leave SSH connections open when it's finished the sync. Thanks! --spwhitton + +> Closing because spwhitton did not followup with a way to reproduce the +> problem. [[done]] --[[Joey]]