-
Notifications
You must be signed in to change notification settings - Fork 23
Reduce ESP partition size in deployment image #702
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
Conversation
Do we need new host images with this change included? |
Yes. Before that's available, one can either virt-customize local image or use IPA with |
It does not fit into 550MiB partition created by Ironic Python Agent. This is relevant when provisioning software RAID UEFI enabled servers.
397a86f
to
28b5345
Compare
Is this an upstream issue too? DIB defaults to 550 MiB and IPA too, but the DIB image doesn't fit into what IPA creates? Maybe IPA should be just slightly bigger? |
I think it's rather the issue of our layout that we pass to DIB? |
I'll rebuild the images as part of #721 |
It's probably rounding / calculations error, I saw the ESP partition 0,1MB too big for MD created by IPA. It's easier to change here than a hard-coded value in IPA for us. |
Merging as this is not tested in aio |
It does not fit into 550MiB partition created by Ironic Python Agent. This is relevant when provisioning software RAID UEFI enabled servers.
https://github.com/openstack/ironic-python-agent/blob/stable/yoga/ironic_python_agent/raid_utils.py#L30