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

[BUG] Make the default volume size to the size of the root volume in the VM image AMI #306

Closed
cartalla opened this issue Feb 5, 2025 · 0 comments · Fixed by #307
Closed
Assignees

Comments

@cartalla
Copy link
Contributor

cartalla commented Feb 5, 2025

Describe the bug

The default VolumeSize for the XIO pools is set to 10.
XIO uses this to calculate the IOPs of the EBS volume it creates for the VM and if the volume is larger then the IOPs are too low.
The VolumeSize needs to be at least as large as the root volume in the AMI for the VM Image.

@cartalla cartalla self-assigned this Feb 5, 2025
cartalla added a commit that referenced this issue Feb 10, 2025
Need to specify a default VolumeSize and check that it is at least as large
as the AMI for the image used by the VM.

Resolves #306
@cartalla cartalla linked a pull request Feb 10, 2025 that will close this issue
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 a pull request may close this issue.

1 participant