ironic-python-agent/releasenotes/notes/image-download-retries-65ac31fe4328e438.yaml
Dmitry Tantsur 8adb7e1a04 Add timeout and retries when connection to an image server
If the server is stuck for any reason, the download will hang for
a potentially long time. Provide a timeout (defaults to 60 seconds)
and 2 retries on failure.

Change-Id: Ie53519266edd914fdbfa82fe52b4a55151e5ec5f
2020-04-24 10:34:40 +02:00

12 lines
474 B
YAML

---
fixes:
- |
Provides timeout and retries when establishing a connection to download
an image in the ``standby`` extension. Reduces probability of an image
download getting stuck in the event of network problems.
The default timeout is 60 seconds and can be set via the
``ipa-image-download-connection-timeout`` kernel parameter. The default
number of retries is 2 and can be set via the
``ipa-image-download-connection-retries`` parameter.