-
Notifications
You must be signed in to change notification settings - Fork 373
cli: add no-pivot flag to be compatible with docker in ramdisk #412
Conversation
PSS Measurement: Memory inside container: |
Good PR! CI is failing because of issue below:
That means you need to modify the commit message title to: And the message body should contain detailed description, so the full commit message should looks like:
|
Thanks for raising @wwq19920405! Once this lands and the feature works, we need to do two further things:
If you'd like to work on either of those issues, just add a comment on the issue, otherwise the team will look at them when they can... |
I meet a new problem: with the origin kata-runtime with kata-runtime Compiled in 5.31 Compiled in kata-runtime latest code (6.19) |
I think I hit the 'no ephemeral' issue last week - have a look at #394 The problem for me was my agent in my image was too old - I had to add a newly built agent to my osbuilder image. |
That's right. If you build a rootfs using osbuilder, it will pull in the latest agent to resolve this issue: |
I didn't build a rootfs using osbuilder, just replace the kata-runtime and rum |
Hi @wwq19920405 - what we mean is that the runtime code recently added support for ephemeral volumes. Since you have built a newer version of the runtime (which includes that ephemeral support and which requires the agent to understand ephemeral volumes) you will need to to create a new rootfs image to overcome that error. |
By the way, what are 5.31 and 6.19? I'm assuming they are dates? 😄 If so, it would be much clearer to specify them in ISO 8601 format so it is clear to all (2018-05-31 and 2018-06-19) |
They are dates, and maybe using commit id to to represent the code versions is clearer.
I will try it, thx. |
@wwq19920405 please sign your commit and include the |
Yep - if you look at the Travis log, you'll see what the problem is and the log will point you to: |
PSS Measurement: Memory inside container: |
so sorry, i delete my repository. (This my first time to submit PR on GitHub, and it is not standard enough.) I raise a new PR #423 . |
Now that kata-containers/runtime#412 has been merged and we have running a docker integration test for ramdisk in our CI kata-containers/tests#446, we can remove the limitation of ramdisk. Fixes kata-containers#170 Signed-off-by: Gabriela Cervantes <[email protected]>
…eMem grpc: sandbox: add container when is fully created.
This commit add a no-pivot flag (just a warning tip) in kata-runtime create and run cmd.
Fixes: #409 , #134
Signed-off-by: wenqi wang [email protected]