ironic-python-agent/releasenotes/notes/fix_efi_uuid_fstab-f2edbee9bfbac64a.yaml
Arne Wiebalck 333ed70c94 Assert EFI part UUID is not None before editing fstab
The EFI partition UUID may be None and this will break
the fstab editing. While this is not necessarily fatal when
instantiating a node, it creates an exception at the end of
bootloader installation, so only attempt to add a line to
fstab when the UUID is not None.

Change-Id: I68799980e67c05afe4ca68ca9733605dd166d54d
2021-10-08 08:35:29 +02:00

7 lines
123 B
YAML

---
fixes:
- |
Fixes an issue when the EFI partition UUID is not set and an attempt
to edit /etc/fstab is made.