containerd/runtime
Michael Crosby 23fbdbaf13 Cleanup workdirs on manager load
This cleans up persistent work dirs on TaskManager boot.  These dirs can
be left behind in a machine reboot.  The state in /run will not exist
but the work dir in the root does, we should cleanup work dirs when
tasks are not loaded.

This also improves error handling that would prevent the task manager
from loading when a single task fails to load or cleanup.

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2018-07-30 10:21:04 -04:00
..
linux/runctypes Runtime v2 2018-07-17 10:21:29 -04:00
proc separate proc interfaces into standalone package 2018-06-07 10:03:15 -04:00
restart Cleanup workdirs on manager load 2018-07-30 10:21:04 -04:00
v1 Runtime v2 2018-07-17 10:21:29 -04:00
v2 Cleanup workdirs on manager load 2018-07-30 10:21:04 -04:00
events.go Licence header added 2018-02-19 10:32:26 +09:00
monitor.go Licence header added 2018-02-19 10:32:26 +09:00
runtime.go Runtime v2 2018-07-17 10:21:29 -04:00
task_list.go Runtime v2 2018-07-17 10:21:29 -04:00
task.go Runtime v2 2018-07-17 10:21:29 -04:00
typeurl.go Licence header added 2018-02-19 10:32:26 +09:00