hyperhq / runv

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

return error when initSandboxNetwork fail #593

Closed Ace-Tang closed 7 years ago

Ace-Tang commented 7 years ago

deal error when initSandboxNetwork() fail

Signed-off-by: Ace-Tang aceapril@126.com

Ace-Tang commented 7 years ago

I get error when using runv as a runtime, it looks successful in create process, but fail at start container process, at last I found initSandboxNetwork() fail, but startNsListener() not deal with it, so I wonder if deal with error is need

Ace-Tang commented 7 years ago

seems initSandboxNetwork return error all the time,