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
In our setup, if Firecracker is run by the screen
with --new-pid-ns passed to the jailer,
the Firecracker process detaches from the screen
causing the screen process to exit as well.
We attempt to kill the screen process by pid,
which causes a race condition.
This change lets the screen terminate on its own
without attempting to kill it.
Signed-off-by: Nikita Kalyazin <[email protected]>
0 commit comments