This repository was archived by the owner on May 12, 2021. It is now read-only.
rootfs: install systemd tmp.mount if needed#319
Merged
jcvenegas merged 1 commit intokata-containers:masterfrom Jun 20, 2019
Merged
rootfs: install systemd tmp.mount if needed#319jcvenegas merged 1 commit intokata-containers:masterfrom
jcvenegas merged 1 commit intokata-containers:masterfrom
Conversation
Contributor
Author
|
/test |
jodh-intel
reviewed
Jun 20, 2019
Contributor
Author
|
Cool, now it's the time for SUSE to fail with: yak shaving at its finest 😼 |
|
What? There is no yak emoji? What is the world coming to? 😞 |
Contributor
|
s/yak/🐃 / |
|
Cunning! So it's just github that lacks full animal support ;) Could it be described as being not |
Contributor
Author
Not sure about the error message, however what I see for SUSE images is that:
|
On some distros (Debian, Ubuntu, openSUSE), tmp.mount is not installed by default in /[etc|usr/lib]/systemd/system, but just in /usr/shared/systemd, so it needs to be manually copied there to have /tmp mounted as tmpfs. Fixes: kata-containers#317 Signed-off-by: Marco Vedovati <mvedovati@suse.com>
Contributor
Author
|
/test |
Contributor
Author
|
ARM CI looks broken: |
Contributor
Author
|
Finally this looks promising, all yak's hair has been shaven 🎉 @kata-containers/builder I need some review, please |
jcvenegas
approved these changes
Jun 20, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
On Debian / Ubuntu, tmp.mount is not installed in/[etc|usr/lib]/systemd/system by default, but in
/usr/shared/systemd, and need to be manually copied there
to have /tmp mounted as tmpfs.
On some distros (Debian, Ubuntu, openSUSE), tmp.mount is not
installed by default in /[etc|usr/lib]/systemd/system, but
just in /usr/shared/systemd, so it needs to be manually copied
there to have /tmp mounted as tmpfs.
Fixes: #317
Signed-off-by: Marco Vedovati mvedovati@suse.com