containers / virtcontainers

A Go package for building hardware virtualized container runtimes
Apache License 2.0
139 stars 43 forks source link

pod: Improve pod create performances #484

Closed sboeuf closed 7 years ago

sboeuf commented 7 years ago

pod: Improve pod create performances

In order to optimize pod creation, this patch does not wait for the VM after it has been started. Instead, it will wait for it during the "start" stage. This will allow our VM to be started while the caller could potentially do other things between create and start. Globally, this improves the boot time of our containers.

sboeuf commented 7 years ago

@sameo I am gonna make the changes ;)

sameo commented 7 years ago

LGTM

Approved with PullApprove Approved with PullApprove

sboeuf commented 7 years ago

@sameo comments addressed !