Actions
Story #1150
closedAs a user, I can lazily fetch repositories
Status:
CLOSED - NOTABUG
Priority:
High
Assignee:
-
Category:
-
Sprint/Milestone:
-
Start date:
Due date:
% Done:
100%
Estimated time:
(Total: 0:00 h)
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:
Description
As a user, I can choose to sync a repository lazily. When lazy syncing is enabled for a specific repo, any associated metadata will be synced and published before any units are downloaded. If there is no metadata (ie: Python) then the sync+publish will be a no-op. Lazy syncing will be an optional feature and will not modify the normal sync workflow at all. Lazy sync will be configurable as a per-repo setting. Lazy sync will have two modes:
- lazy sync passive - This mode creates the lazy repo and will not fetch content units until an actual client requests them.
- lazy sync active - This mode creates the lazy repo and fetches content units using an asynchronous task. Missing content units are fetched lazily as in passive mode during the asynchronous sync so the repo can be used right away.
This is being introduced as a platform feature so all content types will have support. This is not being integrated with nodes. This is a tracker story and tracks the required work as child tasks/stories/refactors.
Updated by bmbouter over 9 years ago
- Subject changed from As a user, I can lazily fetching yum repositories to As a user, I can lazily fetch yum repositories
Updated by bmbouter over 9 years ago
- Project changed from RPM Support to Pulp
- Subject changed from As a user, I can lazily fetch yum repositories to As a user, I can lazily fetch repositories
- Description updated (diff)
Updated by dkliban@redhat.com almost 8 years ago
- Status changed from NEW to CLOSED - NOTABUG
Actions