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
Instead of creating a new socat process on every guest resume,
create socat process in the 1st guest created so that the snap shotted
guests just use the same process through.
Suspend and resume socat process before taking snapshot and after
resuming from snapshot respectively to make sure the process is in
the right state for the snapshot.
The socket connection is reset by Firecracker while creating a
snapshot so it seems to leave socat in a weird state and without
stop/cont 'ng socat before/after snapshot we end up in a vsock timeout
when host tries to connect to guest in _vsock_connect_to_guest().
Signed-off-by: Sudan Landge <[email protected]>
0 commit comments