-
Notifications
You must be signed in to change notification settings - Fork 54
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
app-emulation/wa-linux-agent: Update to 2.9.1.1 #1395
Merged
Merged
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
Build action triggered: https://github.com/flatcar/scripts/actions/runs/6878299362 |
jepio
force-pushed
the
update-azure-linux-agent
branch
from
November 15, 2023 16:10
0fa4b7f
to
e426d1d
Compare
jepio
force-pushed
the
update-azure-linux-agent
branch
from
November 16, 2023 10:42
e426d1d
to
c87ad46
Compare
jepio
force-pushed
the
update-azure-linux-agent
branch
from
November 16, 2023 15:56
c87ad46
to
69ef52d
Compare
jepio
force-pushed
the
update-azure-linux-agent
branch
from
November 17, 2023 08:16
69ef52d
to
1ae5050
Compare
jepio
force-pushed
the
update-azure-linux-agent
branch
from
November 17, 2023 15:06
1ae5050
to
836bdad
Compare
This is the current version being deployed to the Azure fleet for other distros. This update contains a fix for: Failed to get the PID of the DHCP client: invalid literal for int() with base 10: 'MainPID=1640' The upstream fix (stripping MainPid=) is in Azure/WALinuxAgent#2784. The patch has also been updated to fix the error: Unable to setup the persistent firewall rules: [Errno 30] Read-only file system: '/lib/systemd/system/waagent-network-setup.service' by redirecting unit file installation to /etc/systemd/system. This change requires handling in manglefs.sh as package installation unfortunately uses the same path. This also requires adding a dependency on systemd-sysext.service to that unit, as it depends on python, which is done through a drop-in. A final change is handling interface restart. RedHat and Ubuntu bounce a single link while Flatcar has so far used the "coreos" implementation (restart the whole systemd-networkd), which forced a full dhcp lease renewal. Follow the approaches of other distros by copying their implementation of restart_if. Signed-off-by: Jeremi Piotrowski <[email protected]>
Signed-off-by: Jeremi Piotrowski <[email protected]>
jepio
force-pushed
the
update-azure-linux-agent
branch
from
November 20, 2023 11:56
836bdad
to
f5c670e
Compare
krnowak
approved these changes
Nov 20, 2023
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.
update WALinuxAgent to current version (2.9.1.1)
This is the current version being deployed to the Azure fleet for other distros. This update contains a fix for:
The upstream fix (stripping MainPid=) is in
Azure/WALinuxAgent#2784.
The patch has also been updated to fix the error:
by redirecting unit file installation to /etc/systemd/system.
How to use
[ describe what reviewers need to do in order to validate this PR ]
Testing done
[Describe the testing you have done before submitting this PR. Please include both the commands you issued as well as the output you got.]
Jenkins CI running: http://192.168.42.7:8080/job/container/job/packages_all_arches/2953/cldsv/
changelog/
directory (user-facing change, bug fix, security fix, update)/boot
and/usr
size, packages, list files for any missing binaries, kernel modules, config files, kernel modules, etc.