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

Fix bug where wrong bottlerocket volume is resized #323

Merged
merged 2 commits into from
Aug 10, 2022

Conversation

errm
Copy link
Member

@errm errm commented Aug 10, 2022

The bottlerocket AMI defines 2 EBS volumes - the first /dev/xvda is an
immutable volume containing operating system itself and doesn't need to be
resized.

The second volume /dev/xvdb is used for all the userspace data -
container images, tmp etc, and is the thing we should resize based on
this modules config.

re: https://github.com/bottlerocket-os/bottlerocket#default-volumes

errm added 2 commits August 9, 2022 14:35
The bottlerocket AMI defines 2 EBS volumes - the first `/dev/xvda` is an
immutable volume containing operating system itself and doesn't need to be
resized.

The second volume `/dev/xvdb` is used for all the userspace data -
container images, tmp etc, and is the thing we should resize based on
this modules config.

re: https://github.com/bottlerocket-os/bottlerocket#default-volumes
@errm errm requested a review from a team as a code owner August 10, 2022 09:43
@errm errm requested review from rikarumi and piotr-zuralski and removed request for a team August 10, 2022 09:43
@errm errm merged commit 0b1692e into main Aug 10, 2022
@errm errm deleted the errm/bottlerocket-node-volumes branch October 6, 2023 14:06
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.

2 participants