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 250.9 #2718

Merged
merged 1 commit into from
Jan 10, 2023
Merged

Conversation

etungsten
Copy link
Contributor

@etungsten etungsten commented Jan 10, 2023

Issue number:

Closes #2719

Description of changes:

    systemd: update to 250.9
    
    This updates our systemd package from version 250.4 to 250.9 to get the
    fixes for /~https://github.com/systemd/systemd/issues/13775.
    
    Removed 0001-glibc-Remove-include-linux-fs.h-to-resolve-fsconfig_.patch
    since it has been backported.
    
    Removed 0002-time-util-fix-buffer-over-run.patch since it has been
    backported.

Testing done:

Workload tests:

  • aws-k8s-1.24 / x86_64 - pods running fine
bash-5.1# systemctl status kubelet
● kubelet.service - Kubelet
     Loaded: loaded (/x86_64-bottlerocket-linux-gnu/sys-root/usr/lib/systemd/system/kubelet.service; enabled; vendor preset: enabled)
    Drop-In: /x86_64-bottlerocket-linux-gnu/sys-root/usr/lib/systemd/system/kubelet.service.d
             └─dockershim-symlink.conf
             /etc/systemd/system/kubelet.service.d
             └─exec-start.conf
             /x86_64-bottlerocket-linux-gnu/sys-root/usr/lib/systemd/system/kubelet.service.d
             └─load-ipvs-modules.conf, make-kubelet-dirs.conf, prestart-pull-pause-ctr.conf
     Active: active (running) since Tue 2023-01-10 01:29:19 UTC; 3min 18s ago
...
  • aws-ecs-1 / x86_64
  • aws-ecs-1 / aarch64
  • vmware-k8s-1.24 / x86_64

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.

@etungsten etungsten requested review from bcressey and webern January 10, 2023 01:24
This updates our systemd package from version 250.4 to 250.9 to get the
fixes for systemd/systemd#13775.

Removed 0001-glibc-Remove-include-linux-fs.h-to-resolve-fsconfig_.patch
since it has been backported.

Removed 0002-time-util-fix-buffer-over-run.patch since it has been
backported.
Copy link
Contributor

@bcressey bcressey left a comment

Choose a reason for hiding this comment

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

LGTM assuming all the testing goes OK.

@etungsten etungsten marked this pull request as ready for review January 10, 2023 20:21
@etungsten etungsten merged commit 22caaeb into bottlerocket-os:develop Jan 10, 2023
@etungsten etungsten deleted the systemd-250.9 branch January 10, 2023 21:39
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.

update systemd to >=v250.9 - possible fix for waiting for device timeout
3 participants