Actions
Bug #30149
closedDownload kernel/initram for kexec asynchronously
Status:
Closed
Priority:
Normal
Assignee:
Category:
Smart Proxy Plugin
Target version:
Difficulty:
Triaged:
No
Description
It does not get downloaded on slow networks, therefore the kexec HTTPS call timeouts, subsequent calls are raising errors on exclusive FLOCK failure. This change downloads it in a separate thread. Side effect: all kexec calls now return immediately with success (even when the URL was wrong and the host will never download anything and kexec).
Updated by The Foreman Bot over 4 years ago
- Status changed from New to Ready For Testing
- Assignee set to Lukas Zapletal
- Pull request https://github.com/theforeman/smart_proxy_discovery_image/pull/9 added
Updated by Anonymous over 4 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset smart_proxy_discovery_image|ef7a981c69d0d5fcd8d30e4c176449cbd0828a10.
Actions