-
Notifications
You must be signed in to change notification settings - Fork 374
Mount the /tmp for guest rootfs on tmpfs. #1751
Comments
I'm wondering how our CI |
Due to this bug, we can no longer run Kata with podman. With podman passing /dev as |
@grahamwhaley does the |
@amshinde here it is the docker integration test that we have for |
@GabyCT Thanks. Yeah, that should write to the container /tmp and not guest /tmp We can fix this by adding a /tmp entry under /etc/fstab maybe? |
I'd prefer to have this in the agent |
@devimc Creating this in the agent might be quite late for services that need /tmp and need to run before the agent. |
@amshinde - oh, this is the |
|
@amshinde any updates here? Sounds like you're making the applicable changes in the agent and osbuilder repositories? |
The os-builder PR has been merged @egernst. The agent PR is pending: kata-containers/agent#564 |
Closing this, as both PRs on os-builder and agent have been merged. |
We do not mount /tmp on tmpfs, I see that it is present on /dev/root itself. With the rootfs not being passed read-only, /tmp is no longer writeable.
We need to make sure that /tmp is writeable by mounting it on tmpfs.
The text was updated successfully, but these errors were encountered: