Closed jcvenegas closed 6 years ago
@jcvenegas I agree with 1 and 2, but about 3, I thought this was not working (adding virtio-rng-pci
). Did you manage to get it working, or do you mention this as an open question ?
@jcvenegas Sounds good. I had added the randomness in case more than one namespace needed to be created of the same type. But that is not required as of now.
@sboeuf just as open question @amshinde good , lets handle later if is needed to create another namespace of the same type.
Description of problem
When we try to use kata with the latest kata 4.14.x. The container creation hangs at
create
command.Expected result
The agent can be created with a new kernel
Actual result
The kata containers master fails to create kata. This does not happend to kata 1.0.0
Looking to the cause of the issue grpc request
CreateSandbox
never finish. This is due to the agent in early versions create a nspath usingrand
golang module https://github.com/kata-containers/agent/blob/master/namespace.go#L52.rand
is failing not returning due to the low-entropy. This is related to https://github.com/kata-containers/agent/blob/master/namespace.go#L52 as pointed in https://github.com/linuxkit/linuxkit/issues/3032.For this issue I think we should split in two: