ironic-python-agent/releasenotes/notes/raid-esp-size-2c322adb2d3b9ce7.yaml
Dmitry Tantsur ba3caa6c64 Increase the ESP partition size to 550 MiB when using software RAID
This has been a popular guidance, and diskimage-builder has recently
started following it.

Change-Id: I794c846fb191c15b0a30546bf64d624dfbde0fd4
2020-07-02 17:30:33 +02:00

10 lines
419 B
YAML

---
fixes:
- |
The size of the ESP partition created for software RAID has been increased
from 128 MiB to 550 MiB. This change is in line with the recent
`diskimage-builder change
<https://opendev.org/openstack/diskimage-builder/commit/7fd52ba84180b4e749ccf4c9db8c49eafff46ea8>`_
as well as the `guidance from the author of gdisk
<https://www.rodsbooks.com/efi-bootloaders/principles.html>`_.