sushy-tools/releasenotes/notes/fix-libvirt-boot-mode-3ec2ccf49f96aec8.yaml
Ilya Etingof c772be0ccf Fix reading/setting libvirt domain boot device
Prior to this fix, boot device has only been respected in the boot
loader part of libvirt domain XML. However per-device boot
configuration can also be used. If the latter way is in place in a
libvirt domain, reading boot device would yield nothing, while
setting it in the boot loader would fail.

This fix respects both ways of configuring libvirt boot device
preferring the per-device configuration when setting new boot
device.

Change-Id: I1aef1053d12136aa91ef31a87cc61274f3080769
2019-11-25 18:42:25 +01:00

11 lines
550 B
YAML

---
fixes:
- |
Fixes potential failure on reading/setting boot device of libvirt domain.
Prior to this fix, boot device has only been respected in the boot loader
part of libvirt domain XML. However per-device boot configuration can
also be used. If the latter way is in place in a libvirt domain, reading
boot device would yield nothing, while setting it in the boot loader would
fail. This fix respects both ways of configuring libvirt boot device
preferring the per-device configuration when setting new boot device.