You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(cloud-hypervisor/vsock): apply a workaround for notify sockets
Since systemd/systemd@13b67b6
systemd shutdown the write end of one end of the VSOCK.
cloud-hypervisor virtio-sock code does not handle well partial shutdown of the
stream.
socat `-T` flag can serve as a workaround to mask this bug.
> Total inactivity timeout: when socat is already in the transfer loop and
> nothing has happened for <timeout> [timeval] seconds (no data arrived, no
> interrupt occurred...) then it terminates. Useful with protocols like UDP that
> cannot transfer EOF.
Co-authored-by: Puck Meerburg <[email protected]>
Signed-off-by: Raito Bezarius <[email protected]>
0 commit comments