Bug #14361
closedKickstarts fails using lazy sync after 10 attempts to fetch a package
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1321167
Description of problem:
It looks like we missed a setting in our squid.conf that allows anaconda to retrieve lazy synced packages:
range_offset_limit none
Version-Release number of selected component (if applicable):
6.2 snap 5
How reproducible:
Not always. Packages can sometimes be fetched if they are saved to the filesystem before anaconda retries a 10th time.
Steps to Reproduce:
1. Download a RHEL kickstart via lazy sync
2. Provision a system using this kickstart
3.
Actual results:
Anaconda fails after 10 attempts to download a package.
Expected results:
Provisioning succeeds
Additional info:
We should probably check our generated squid.conf against pulp's documentation and make sure we aren't missing any other settings.
http://pulp.readthedocs.org/en/latest/user-guide/deferred-download.html