diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-09-19 18:33:47 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-09-20 14:54:07 +0200 |
| commit | 565a5452a1e2b1ed1d3f04091be34f5bf96c2e8b (patch) | |
| tree | 20ce52a76eefa14f3665b348fef30a1f46f51a6d /executor | |
| parent | 23db2ea6f9c5346f2fd3a408f259dd629e69ff36 (diff) | |
vm/vmm: don't start separate process for console
vmctl console fails from time to time with:
vmctl: console not found
Probably there is some race (most of these things assume
that there is a human typing commands with delays).
Also, vmctl start can connect to console itself with -c flag.
So use that because it both solves the console race and
also makes code much more similar to other VM implementations (qemu, gvisor).
This also eliminates 3 additional goroutines per VM.
Diffstat (limited to 'executor')
0 files changed, 0 insertions, 0 deletions
