Actions
Story #1589
closedAs a user, I would like to set a download policy of "proxy-only" for lazy repos.
Status:
CLOSED - DUPLICATE
Priority:
Normal
Assignee:
-
Category:
-
Sprint/Milestone:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Platform Release:
Groomed:
Yes
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:
Description
A suggested download policy is to behave like the current "on_demand" download policy, but never save the content to Pulp's permanent storage. Instead, hot objects would remain in the proxy cache and everything else would be dropped. This would a nice-to-have for deployments without tons of disk space.
Implementation-wise this would be fairly simple. The streamer would check the download policy setting for every importer that could import the requested file (by using the catalog), and if they were all "proxy-only" the streamer would not make a database entry for the requested file in the `deferred_download` collection.
Related issues
Actions