ironic-python-agent/releasenotes/notes/softraid-bootable-with-uefi-aa22e6cbaf1ea747.yaml
Arne Wiebalck 66c32784af Editing follow-up for UEFI Software RAID support
This is a follow-up to https://review.opendev.org/#/c/696156/

Change-Id: I0fd2c09045ff07a57374934c35d4a3a8467f5e99
Story: #2006379
Task: #37635
2020-04-06 18:03:25 +02:00

12 lines
522 B
YAML

---
features:
- |
Adds UEFI boot support for Software RAID, and for partition table
creation based upon boot mode in use.
upgrade:
- |
The type of the partition table created for Software RAID is now based
upon the boot mode in use (GPT for UEFI or if explicitly passed via the
instance's capabilities or the node's properties, otherwise MSDOS).
The amount of reserved space on the drives now also depends on the boot
mode (128MiB for UEFI/GPT, 8MiB for BIOS/GPT, and one sector otherwise).