ironic-python-agent/releasenotes/notes/whole-disk-grub-0b1b8b9c44e31d28.yaml
Dmitry Tantsur fc4e0eed6a Don't try to call GRUB when root UUID is not provided
We don't have a really working way to detect root UUID for whole
disk images at the moment, which results in an ignored traceback
every time install_bootloader is called with whole disk images in
UEFI mode. Avoid it by skipping GRUB2 if root UUID is unknown.

Change-Id: I84245538f59c664b72d1cafbca8d61be0978f489
2020-10-07 12:06:42 +02:00

6 lines
163 B
YAML

---
fixes:
- |
Avoids a traceback when using ``install_bootloader`` with whole disk
images. If the root UUID cannot be detected, don't try to call grub.