-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
podman error executing kata-runtime #3229
Comments
This bug seems to have manifested in this commit: 70beb57 But its mainly caused due to Question to the podman maintainers, why is |
@amshinde I guess that is done so that devices specified in the image are still present in the container. But I don't see any good reasons for having devices created in the image itself, so I think it should be fine if the runtime simply ignores it. |
@amshinde, thank you. Should I file a new issue for kata-runtime and close this one? |
@sdeoras I have created an issue for this on Kata repo and linked it. Thanks! |
@giuseppe Kata needs to fix this for supporting the tmpcopyup option in any case. |
This is definitely a bug on our end - we should not be setting |
Fixes containers#3229 Signed-off-by: Matthew Heon <matthew.heon@pm.me>
#3238 to resolve |
Thanks @mheon ! |
Setting tmpcopyup there is a bug - I'll get a fix out
…On Thu, May 30, 2019, 07:48 Saurabh Deoras ***@***.***> wrote:
@amshinde <https://github.com/amshinde>, thank you. Should I file a new
issue for kata-runtime and close this one?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#3229>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AB3AOCAP4QH6K6UDCUHNQ6TPX65JBANCNFSM4HQOVOLQ>
.
|
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
I am encountering error when running pod via
kata-runtime
.Steps to reproduce the issue:
Make sure
runc
,runsc
andkata-runtime
are working well with eitherk8s/cri-o
ork8s/containerd
Install
podman
versionpodman version 1.3.2-dev
and define runtimes inlibpod.conf
and setcgroupfs
as cgroup manager.Run
ubuntu
image assudo
and test different runtimes.Describe the results you received:
Describe the results you expected:
Expected no error with
kata-runtime
Additional information you deem important (e.g. issue happens only occasionally):
podman version 0.12.1.2
works fine. The issue is seen withpodman version 1.3.2-dev
Output of
podman version
:Output of
podman info --debug
:Additional environment details (AWS, VirtualBox, physical, etc.):
GCP nodes running nested virtualization enabled Ubuntu 18.04 image.
The text was updated successfully, but these errors were encountered: