Conversation
2 tasks
tormath1
approved these changes
Oct 10, 2025
chewi
approved these changes
Oct 10, 2025
The GCE test VMs had 12 GB storage hardcoded and AWS 8 but after increasing the /boot, /usr, and /oem partitions, the new image size is not 8 GB as with the raw image but 13 GB because the rootfs is set to 6 GB in the VM disk layout, and for AWS we also switched to the same layout as other VMs while before it had a very small rootfs. Increase the hardcoded VM storage size to 16 GB to compensate for the almost 4 GB partition increase. Signed-off-by: Kai Lueke <kailuke@microsoft.com>
ce813ba to
66a6cea
Compare
Member
Author
|
Found one more, AWS also has it hardcoded. |
Member
Author
|
With that all tests passed. The new size for AWS AMIs will also be used when publishing with plume. |
chewi
approved these changes
Oct 10, 2025
This file contains hidden or 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
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.
The GCE test VMs had 12 GB storage hardcoded and AWS 8 but after
increasing the /boot, /usr, and /oem partitions, the new image size is
not 8 GB as with the raw image but 13 GB because the rootfs is set to 6
GB in the VM disk layout, and for AWS we also switched to the same
layout as other VMs while before it had a very small rootfs.
Increase the hardcoded VM storage size to 16 GB to compensate for the
almost 4 GB partition increase.
How to use
Testing done
changelog/directory (user-facing change, bug fix, security fix, update)/bootand/usrsize, packages, list files for any missing binaries, kernel modules, config files, kernel modules, etc.