-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
don't symlink /dev/console to /dev/kmsg #2913
don't symlink /dev/console to /dev/kmsg #2913
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: BenTheElder The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
is a kernel issue then? |
See the linked discussion for more but TLDR ... They're not the same and systemd can reject this bogus symlink. lxc removed the option to do this, and the lxc option was the original justification for this being a reasonable solution. We could instead fake out a file, but I think this is only in environments like LXC where the user can instead ensure the LXC environment has a placeholder. |
we should do this after #2905 |
1635120
to
b1f5141
Compare
not only is this a simplification, the previous change was incorrect. if we see substantial issues with this, and those environments cannot be fixed, we can consider instead creating a fake file. but I think this complexity belongs in these unusual, broken environments. |
one more base image change to pickup before #2933 + v0.16.0 ... containerd 1.6.8 |
see #662 (comment)