containerd/linux
Michael Crosby d513dd2bfd Fix race with task checkpoint
Because runc will delete a container after a successful checkpoint we
need to handle a NotFound error from runc on delete.

There is also a race between SIGKILL'ing the shim and it actually
exiting to unmount the tasks rootfs, we need to loop and wait for the
task to actually be reaped before trying to delete the rootfs+bundle.

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2017-08-10 16:35:03 -04:00
..
runcopts api: generate merged descriptors when building protobufs 2017-08-04 16:50:28 -07:00
shim Fix race with task checkpoint 2017-08-10 16:35:03 -04:00
bundle.go Fix bundle removal with the reappearance of state dir 2017-08-07 17:50:22 -04:00
process.go Return exit status from Wait of stopped process 2017-08-03 17:22:33 -04:00
runtime.go Fix race with task checkpoint 2017-08-10 16:35:03 -04:00
task.go Return exit status from Wait of stopped process 2017-08-03 17:22:33 -04:00