-
Notifications
You must be signed in to change notification settings - Fork 118
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
backports: for v1.8.1 #1051
Merged
Merged
backports: for v1.8.1 #1051
Conversation
This file contains 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
Via tools update. Signed-off-by: Andrey Smirnov <[email protected]>
Fixes siderolabs/talos#9363 This way THP are only enabled if the application explicitly tries to use them. Signed-off-by: Andrey Smirnov <[email protected]> (cherry picked from commit 2c5785b)
See siderolabs/talos#9365 This allows to break dependency on `/var` availability, and also workaround issue with `/var/run` being persistent on Talos right now (which is going to be fixed as well). Signed-off-by: Andrey Smirnov <[email protected]> (cherry picked from commit ae205aa)
This rule depends on `systemd-run`, and it won't work in Talos anyways, but it conflicts with Talos activating LVM volumes, as the call to `pvscan` updates the cache as if the volume got already activated, while in fact it hasn't been activated yet. Signed-off-by: Andrey Smirnov <[email protected]> (cherry picked from commit e2a561f)
See https://github.com/containerd/containerd/releases/tag/v2.0.0-rc.5 Signed-off-by: Andrey Smirnov <[email protected]> (cherry picked from commit dbbe3d0)
See https://cateee.net/lkddb/web-lkddb/QEDF.html See siderolabs/talos#9391 Also fix up arm64 config to bring it closer to amd64. Signed-off-by: Andrey Smirnov <[email protected]> (cherry picked from commit 1adb946)
See https://cateee.net/lkddb/web-lkddb/SCSI_LPFC.html Signed-off-by: Andrey Smirnov <[email protected]> Signed-off-by: Hexoplon <[email protected]> (cherry picked from commit 2b193f1)
Latest LTS Linux for Talos 1.8.1. Signed-off-by: Andrey Smirnov <[email protected]> (cherry picked from commit c63beae)
Unix4ever
approved these changes
Oct 7, 2024
dsseng
approved these changes
Oct 7, 2024
/m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
PRs backported:
/run
as state directory #1041