You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow download retrying if the computed and configured checksums differ.
- We have identified that downloading images under poor networking conditions
from datastores might fail silently due to the SDK libraries we use for
for Azure and AWS. This happens when we are installing new applications.
- Another observation we made is that when we manually try re-installing
the applications, they eventually succeed in the installation.
- With this patch, we automate retrying the image download a fixed number
of times (5 by default) if the computed versus the configure checksums differ.
Signed-off-by: Ioannis Sfakianakis <[email protected]>
Copy file name to clipboardExpand all lines: docs/CONFIG-PROPERTIES.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@
29
29
| timer.port.testbetterinterval | timer in seconds | 600 | test a higher prio port config |
30
30
| network.fallback.any.eth | "enabled" or "disabled" | disabled (enabled forcefully during onboarding if no network config) | if no connectivity try any Ethernet, WiFi, or LTE with DHCP client |
31
31
| network.download.max.cost | 0-255 | 0 |[max port cost for download](DEVICE-CONNECTIVITY.md) to avoid e.g., LTE ports |
32
+
| blob.download.max.retries | 1-10 | 5 | max download retries when image verification fails.|
32
33
| debug.enable.usb | boolean | false | allow USB e.g. keyboards on device |
0 commit comments