]> git.proxmox.com Git - qemu-server.git/commit
Fix #1664: nbd mirror : remove socat tunnel
authorAlexandre Derumier <aderumier@odiso.com>
Thu, 15 Feb 2018 12:43:10 +0000 (13:43 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 16 Feb 2018 12:58:56 +0000 (13:58 +0100)
commit87955688fda3f11440b7bc292e22409d22d8112f
treef1cbaba77c5079a181eaa918b70775c51f4e3d7b
parentec82e3eee4cc96d6c841056f16acfa14871739c3
Fix #1664: nbd mirror : remove socat tunnel

socat tunnel for nbd mirror was introduce here
https://pve.proxmox.com/pipermail/pve-devel/2017-January/024777.html
to workaround when nbd client was hanging on non responding nbd server.

We have added a 30s timeout on socat tunnel, but when we migrate
multiple disks, it can break migration if for example first disk
is already finished and don't send any new datas in the tunnel.

The connect timeout bug has been fixed in qemu 2.9,
so we can remove the socat tunnel now.
PVE/QemuServer.pm