summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorDmitry Tantsur <dtantsur@protonmail.com>2022-05-04 14:45:33 +0200
committerDmitry Tantsur <dtantsur@protonmail.com>2022-05-04 15:06:02 +0200
commitf09f6c9f1a09c7062d0450b3e0a4d3164fd53f7f (patch)
treef91cd10280c04157b3304e11e0d88b4d629af4cf /releasenotes
parent8111475eb0f315e0f92a8367a858c49f5fec5ff2 (diff)
downloadironic-python-agent-f09f6c9f1a09c7062d0450b3e0a4d3164fd53f7f.tar.gz
Do not try to guess EFI partition path by its number
The logic of adding a partition number to the device path does not work for devicemapper devices (e.g. a multipath storage device). Change-Id: I9a445e847d282c50adfa4bad5e7136776861005d
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/efi-partuuid-5fe933a462eeede1.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/efi-partuuid-5fe933a462eeede1.yaml b/releasenotes/notes/efi-partuuid-5fe933a462eeede1.yaml
new file mode 100644
index 00000000..f1a7924f
--- /dev/null
+++ b/releasenotes/notes/efi-partuuid-5fe933a462eeede1.yaml
@@ -0,0 +1,5 @@
+---
+fixes:
+ - |
+ Fixes configuring UEFI boot when the EFI partition is located on a
+ devicemapper device.