Feature #17424
openDon't re-download rpms if they exist on disk
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1132692
NOTE: this issue was addressed by Pulp upstream with documentation updates. Should similar documentation updates be made for Katello? The initial description is below; however, refer to bugzilla for full details.
Description of problem:
We (Katello) have gotten a lot of requests from users trying out katello and redeploying it multiple times that pulp seems to re-download the rpms when syncing the same repository after resetting the DB. Ideally pulp would simply check to see if its on the filesystem before downloading.
Version-Release number of selected component (if applicable):
2.4
How reproducible:
Always
Steps to Reproduce:
1. Sync a large repo
2. Watch it take a while
3. Clear your mongo db
4. Sync the same repo
5. Watch it take the same amount of time (all the files are on the file system, so it should take the same amount of time)
Updated by Eric Helms over 8 years ago
- Subject changed from Don't re-download rpms if they exist on disk to Don't re-download rpms if they exist on disk
- Priority changed from High to Normal
Do we have a link to their documentation on this issue?
Updated by Eric Helms over 8 years ago
- Translation missing: en.field_release set to 114
Updated by Brad Buckingham almost 8 years ago
The pulp documentation is referenced by the PR associated with the following pulp issue: https://pulp.plan.io/issues/236