summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorGonéri Le Bouder <goneri@redhat.com>2016-02-23 16:01:41 -0500
committerGonéri Le Bouder <goneri@redhat.com>2016-03-02 10:49:12 -0500
commit404bfda9829ee8acf57fa0ec584b01f3118c3a5c (patch)
tree1174ec3453c681240d7b41a20804c59447b1d4e3 /releasenotes
parentcc66d0b7119f629bf97688676fa3216332664dbb (diff)
downloadironic-404bfda9829ee8acf57fa0ec584b01f3118c3a5c.tar.gz
ipxe: add --timeout parameter to kernel and initrd
In case of network issue during the download of the ramdisk or the kernel, ipxe can freeze. The default timeout value is "unlimited" [0] [1]. If force_power_state_during_sync is False, ironic will just ignore the node until someone do an human intervention. By setting a timeout, we ensure ipxe will just give up. Depending on the BIOS configuration, a new boot attempt may be done immedialey without the hassle of a hard reboot. https://bugzilla.redhat.com/show_bug.cgi?id=1310778 [0] http://ipxe.org/cmd/kernel [1] http://lists.ipxe.org/pipermail/ipxe-devel/2014-October/003829.html Closes-Bug: 1550417 Change-Id: I472dfb73044df50849c9cf72de90e59151698376
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/ipxe_timeout_parameter-03fc3c76c520fac2.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/releasenotes/notes/ipxe_timeout_parameter-03fc3c76c520fac2.yaml b/releasenotes/notes/ipxe_timeout_parameter-03fc3c76c520fac2.yaml
new file mode 100644
index 000000000..14a53c3c9
--- /dev/null
+++ b/releasenotes/notes/ipxe_timeout_parameter-03fc3c76c520fac2.yaml
@@ -0,0 +1,4 @@
+---
+features:
+ - Add the ability to adjust ipxe timeout during image downloading, default is
+ still unlimited (0).