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

systemd: Update to latest stable patch version 252.22 #3793

Merged
merged 2 commits into from
Mar 20, 2024

Conversation

yeazelm
Copy link
Contributor

@yeazelm yeazelm commented Feb 21, 2024

Description of changes:
Updates systemd to the latest stable patch version in the 252 chain: 252.22.

Testing done:
WIP

  • Ensure the build log contains no relevant warnings or warnings about patch offsets
  • Test launches at scale (2000 nodes) for multiple instance types and network backends (wicked / systemd-networkd), ensure nodes are schedule-able and run pods
    • m5.large (systemd-network and wicked).
    • t3.medium (systemd-network and wicked)
    • m6g.xlarge (systemd-network and wicked)

Terms of contribution:

By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.

This patch needs to change the detection line to match the new modprobe
unit file.
This updates systemd to 252.22 on the stable releases branch.
@yeazelm yeazelm marked this pull request as ready for review March 19, 2024 17:20
@@ -17,7 +17,7 @@ index 85a2c08..2994082 100644
@@ -18,3 +18,4 @@ StartLimitIntervalSec=0
[Service]
Type=oneshot
ExecStart=-/sbin/modprobe -abq %I
ExecStart=-/sbin/modprobe -abq %i
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

systemd/systemd-stable@540b3c5 is where the change occured.

@yeazelm yeazelm merged commit 6c7449b into bottlerocket-os:develop Mar 20, 2024
50 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants