Re: [pve-devel] [PATCH qemu-server 3/4] move finish_tunnel to after the VM is stopped

2020-03-11 Thread Fabian Grünbichler
On March 11, 2020 2:26 pm, Fabian Grünbichler wrote: > On March 11, 2020 11:44 am, Mira Limbeck wrote: >> The NBD socket on the client side is kept open until the VM stops. In >> the case of TCP this was not a problem, because we did not rely on it >> closing. But with unix socket forwarding via SS

Re: [pve-devel] [PATCH qemu-server 3/4] move finish_tunnel to after the VM is stopped

2020-03-11 Thread Fabian Grünbichler
On March 11, 2020 11:44 am, Mira Limbeck wrote: > The NBD socket on the client side is kept open until the VM stops. In > the case of TCP this was not a problem, because we did not rely on it > closing. But with unix socket forwarding via SSH the SSH connection > can't close if the socket is still

[pve-devel] [PATCH qemu-server 3/4] move finish_tunnel to after the VM is stopped

2020-03-11 Thread Mira Limbeck
The NBD socket on the client side is kept open until the VM stops. In the case of TCP this was not a problem, because we did not rely on it closing. But with unix socket forwarding via SSH the SSH connection can't close if the socket is still open. If it does not close by itself, it will be termin