ironic/releasenotes/notes/bug-2011053-085a8b5a36bb9b59.yaml
frankming dcf059af9e Fix iscsi url generate method for ipxe
Boot from volume feature has a ipxe template render step, and it need
to generate iscsi urls for booting the volume. However, it not works. In
the function, lun field should be hexadecimal instead of decimal,
according to SAN URIs description at https://ipxe.org/sanuri. So we
need to fix it.

Closes-Bug: #2055355
Change-Id: I080ca42c9ba05f2a4e0752312b79a32bef825752
Signed-off-by: frankming <chen27508959@outlook.com>
2024-04-29 17:06:34 +08:00

9 lines
358 B
YAML

---
fixes:
- |
[`bug 2011053 <https://storyboard.openstack.org/#!/story/2011053>`_]
Fix issue with boot from volume feature. Convert lun field from
decimal to hexadecimal when generating iscsi url so that ipxe firmware
could be able to identify the iSCSI SAN URI correctly, according to
SAN URIs description at https://ipxe.org/sanuri.