Merge pull request #2293 from tedyu/restore-svr-close

Restore close of criuServer
This commit is contained in:
Michael Crosby
2020-04-06 15:17:46 -04:00
committed by GitHub
+2
View File
@@ -1498,6 +1498,8 @@ func (c *linuxContainer) criuSwrk(process *Process, req *criurpc.CriuReq, opts *
if err := cmd.Start(); err != nil {
return err
}
// we close criuServer so that even if CRIU crashes or unexpectedly exits, runc will not hang.
criuServer.Close()
// cmd.Process will be replaced by a restored init.
criuProcess := cmd.Process