hyperhq / runv

Hypervisor-based Runtime for OCI
Apache License 2.0
828 stars 129 forks source link

Fixes #527 that mistook "init" for process name #535

Closed yyb196 closed 7 years ago

yyb196 commented 7 years ago

Fixes #527 that mistook "init" for process name to monitor in case of exec command, which makes exec command whose process has exited stuck

Signed-off-by: frank yang yyb196@gmail.com

laijs commented 7 years ago

LGTM

WeiZhang555 commented 7 years ago

I'm sorry to say that this doesn't fix #527, in my test, exec still stuck, though this patch is doing the right thing.

We need to reopen that issue for tracking.

image