summaryrefslogtreecommitdiff
path: root/doc/bugs
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs')
-rw-r--r--doc/bugs/sync_on_a_repository_on_removable_media_should_not_leave_ssh_conns_open/comment_1_bf457dfa628f8d140e91bcd2f3b04c51._comment14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/bugs/sync_on_a_repository_on_removable_media_should_not_leave_ssh_conns_open/comment_1_bf457dfa628f8d140e91bcd2f3b04c51._comment b/doc/bugs/sync_on_a_repository_on_removable_media_should_not_leave_ssh_conns_open/comment_1_bf457dfa628f8d140e91bcd2f3b04c51._comment
new file mode 100644
index 000000000..91cd91756
--- /dev/null
+++ b/doc/bugs/sync_on_a_repository_on_removable_media_should_not_leave_ssh_conns_open/comment_1_bf457dfa628f8d140e91bcd2f3b04c51._comment
@@ -0,0 +1,14 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2016-04-20T16:47:50Z"
+ content="""
+git-annex always registers a cleanup action when it starts using a ssh
+connection caching socket. As long as git-annex gets a change to shut down
+cleanly (ie is not interrupted), it should run the action to stop the ssh
+connection caching.
+
+For example, git-annex sync --debug here shows as its second to last line:
+
+ [2016-04-20 12:47:40.069633] read: ssh ["-O","stop","-S","server","-o","ControlMaster=auto","-o","ControlPersist=yes","server"]
+"""]]