containerd/supervisor
Phil Estes 8508d2bec9 Don't call runc start when restoring a checkpoint (#302)
The create/start split left checkpoint/restore broken in that the create
side was calling runc restore, which fully restores the process to
operation, leaving a call to `runc start` as an error (process already
started). This patch skips process.Start as it is an unnecessary (and
wrong) step for a restored checkpoint.

Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com>
2016-08-26 10:25:19 -07:00
..
add_process.go Add golint to test (#255) 2016-06-03 15:00:49 -07:00
checkpoint.go Add golint to test (#255) 2016-06-03 15:00:49 -07:00
create.go Add golint to test (#255) 2016-06-03 15:00:49 -07:00
create_solaris.go containerd build clean on Solaris (#203) 2016-05-19 10:12:50 -07:00
delete.go Fix shim deadlock when joining an existing pid namespace (#290) 2016-07-15 11:49:43 -07:00
errors.go Add golint to test (#255) 2016-06-03 15:00:49 -07:00
exit.go Fix shim deadlock when joining an existing pid namespace (#290) 2016-07-15 11:49:43 -07:00
get_containers.go Streamline events (#287) 2016-07-13 11:01:07 -07:00
machine.go Add golint to test (#255) 2016-06-03 15:00:49 -07:00
machine_solaris.go containerd build clean on Solaris (#203) 2016-05-19 10:12:50 -07:00
metrics.go Add golint to test (#255) 2016-06-03 15:00:49 -07:00
monitor_linux.go Add golint to test (#255) 2016-06-03 15:00:49 -07:00
monitor_solaris.go containerd build clean on Solaris (#203) 2016-05-19 10:12:50 -07:00
oom.go Add golint to test (#255) 2016-06-03 15:00:49 -07:00
signal.go Add golint to test (#255) 2016-06-03 15:00:49 -07:00
sort.go Refactor process.go for platform specific 2016-02-29 10:43:35 -08:00
sort_test.go Handle case where shim is reaped before the call to the runtime start 2016-07-01 11:26:20 -07:00
stats.go Add golint to test (#255) 2016-06-03 15:00:49 -07:00
supervisor.go Fix shim deadlock when joining an existing pid namespace (#290) 2016-07-15 11:49:43 -07:00
task.go Remove eventloop package 2016-02-19 13:21:21 -08:00
types.go Move event types constants into single file 2016-04-19 19:09:54 +08:00
update.go Add golint to test (#255) 2016-06-03 15:00:49 -07:00
worker.go Don't call runc start when restoring a checkpoint (#302) 2016-08-26 10:25:19 -07:00