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

Boot volume validation #633

Open
hecsa opened this issue Apr 8, 2024 · 1 comment
Open

Boot volume validation #633

hecsa opened this issue Apr 8, 2024 · 1 comment

Comments

@hecsa
Copy link

hecsa commented Apr 8, 2024

Hi!
The issue I'm facing is about validating an already created tenant with its structure, specifically when querying the boot volumes.
OKIT recognizes everything I have on my tenant, but when validating the components, the boot volumes created by default do not pass the validation because OKIT takes the 47 GB boot volume as wrong, specifying that a valid boot volume must start in 50 GB.
Maybe it's as simple as modifying a variable, maybe not, I still didn't look at the code.
This is a great project, if we can modify this things, allowing the Terraform code to be generated, it would be great!
Thanks, and best regards,
HeCSa.

@toxophilist
Copy link
Member

@hecsa This is an oddity with existing boot volumes. When creating images the minimum volume size is 50GB but when using the standard images and then querying them the size comes back as 47GB which, as you have seen, fails the validation within OKIT. If you want to generate TF for the queried design switch it to R/W from the menu and edit the boot volume size.

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

No branches or pull requests

2 participants