Connections keep open after fusermount
hazcod opened this issue · 6 comments
hazcod commented
johang commented
If you have open files when you unmount, unmont will fail and btfs will keep running. Maybe that's what happened.
hazcod commented
I unmounted successully AFAIK
johang commented
Was the btfs daemon still running?
hazcod commented
johang commented
I suspect the connections you see are half-open or stale TCP connections. I.e. connections that were improperly terminated by btfs on shutdown, and are about to timeout now when the process is dead. If you wait a few minutes they should disappear.
Maybe btfs is missing some call to libtorrent in btfs_destroy to perform a more graceful shutdown.