Skip to content
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

nixos/kata: pull in multi-user.target #1057

Closed
wants to merge 2 commits into from

Conversation

msanft
Copy link
Contributor

@msanft msanft commented Dec 6, 2024

Previously, due to setting systemd.unit=kata-containers.target on the kernel command line, we didn't pull in units that are wantedBy=multi-user.target. This breaks many assumptions of upstream software, including those of nvidia-persistenced.service, which was the first component that exhibited a hard breakage upon this unfulfilled assumption. This fixes these assumptions by pulling in multi-user.target through kata-containers.target.

Previously, due to setting `systemd.unit=kata-containers.target` on the kernel command line, we didn't pull in units that are `wantedBy=multi-user.target`. This breaks many assumptions of upstream software, including those of `nvidia-persistenced.service`, which was the first component that exhibited a hard breakage upon this unfulfilled assumption. This fixes these assumptions by pulling in `multi-user.target` through `kata-containers.target`.
@msanft msanft requested a review from katexochen as a code owner December 6, 2024 15:04
@msanft msanft added the no changelog PRs not listed in the release notes label Dec 6, 2024
@msanft msanft requested review from burgerdev and removed request for katexochen December 6, 2024 15:04
@msanft
Copy link
Contributor Author

msanft commented Dec 10, 2024

Skipping this for now: https://dev.azure.com/Edgeless/Edgeless/_backlogs/backlog/Edgeless Team/Features?workitem=4973

@msanft msanft closed this Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no changelog PRs not listed in the release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant