Actions
Bug #22318
closedPrefetch vmlinuz and initrd on sync
Description
KS repos are usually marked on demand. This means "images/pxeboot/vmlinuz" and "images/pxeboot/initrd" are likely to be broken symlinks that are lazily loaded and pulled in only when needed.
During provisioning Smart Proxy tries to fetch these files from the master server to copy em to the tftp server. The lazy loading factor may result in timeout issues for the smart proxy causing the action to fail.
We should "prefetch" these files during repo syncs on both the master and proxies to avoid potential timeout issues.
Actions