Skip to content

Unpin kernel version#446

Merged
harishxr merged 1 commit intoaws:mainfrom
TheanLim:unpin-kernel
Jun 4, 2025
Merged

Unpin kernel version#446
harishxr merged 1 commit intoaws:mainfrom
TheanLim:unpin-kernel

Conversation

@TheanLim
Copy link
Copy Markdown
Contributor

@TheanLim TheanLim commented May 30, 2025

Summary

Undo #437 to unpin kernel version from 5.10.235*
Agent version was already upgraded in #442

Implementation details

Undo #437 to unpin kernel version from 5.10.235*

Testing

Build custom AMIs (AL2 Kernel 5.10 AMD and AL2 Kernel 5.10 ARM) with this PR code changes and using the latest AL2 source AMI per #445
SSH-ed into instances and ran these commands

sh-4.2$ uname -r
5.10.237-230.948.amzn2.aarch64
sh-4.2$ cat /sys/fs/cgroup/blkio/blkio.throttle.io_service_bytes | tail -1
Total 1770810880


---

sh-4.2$ uname -r
5.10.237-230.948.amzn2.x86_64
sh-4.2$ cat /sys/fs/cgroup/blkio/blkio.throttle.io_service_bytes | tail -1
Total 638600192

The above shows that disk metrics are being reported

New tests cover the changes: no

Description for the changelog

Bugfix - Unpin kernel version from 5.10.235*

Licensing

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@singholt singholt marked this pull request as ready for review June 4, 2025 19:14
@singholt singholt requested a review from a team as a code owner June 4, 2025 19:14
@harishxr harishxr merged commit 08a137b into aws:main Jun 4, 2025
2 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.

3 participants