summaryrefslogtreecommitdiff
path: root/releasenotes/notes/version-foo-2eb39b768112547f.yaml
diff options
context:
space:
mode:
authorDerek Higgins <derekh@redhat.com>2021-09-29 11:31:59 +0100
committerJulia Kreger <juliaashleykreger@gmail.com>2022-08-01 17:26:49 -0700
commitfb73bdf10501f25b8ed29c23b865c58ed4cb10b7 (patch)
tree730c87ca575a8df92f212e838dae14fd7c781129 /releasenotes/notes/version-foo-2eb39b768112547f.yaml
parent45c9c3029f5363b6e24e578648c09213a7338db1 (diff)
downloadironic-fb73bdf10501f25b8ed29c23b865c58ed4cb10b7.tar.gz
Exit ipxe script if enable_netboot_fallback failed
The sanboot trick to boot from local disk does not work on all hardware. If it fails exit 0 from the iPxe script so that boot continues on the next device which may be the local disk. Story: #2009258 Task: #43470 Change-Id: I1b6303a987a102dfbfd233334395321c25a55212
Diffstat (limited to 'releasenotes/notes/version-foo-2eb39b768112547f.yaml')
-rw-r--r--releasenotes/notes/version-foo-2eb39b768112547f.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/version-foo-2eb39b768112547f.yaml b/releasenotes/notes/version-foo-2eb39b768112547f.yaml
new file mode 100644
index 000000000..bd0485863
--- /dev/null
+++ b/releasenotes/notes/version-foo-2eb39b768112547f.yaml
@@ -0,0 +1,6 @@
+---
+fixes:
+ - |
+ Fixes ``enable_netboot_fallback`` to cause iPXE config to exit 0
+ when "sanboot --no-describe" fails. Allowing the firmware to
+ move onto the next device in the boot order.