Roadmap for Lazy Syncing / Remote-only Repositories for Debian/Ubuntu #11347
Replies: 2 comments 3 replies
-
|
We did some research on that area and we have some ideas, but the implementation would be complex with a lot of corner cases. You should not expect any change in the near future (in a few months). |
Beta Was this translation helpful? Give feedback.
-
|
Some work has already been done at openSUSE/mentoring#206 Discussion thread: #9120 (Research: ideas about lazy repo-sync project) Feature Request: #3296 (Feature Request: thin-provisioned repositories / download policies) Pull requests: @rjmateus @cbosdo @agraul , I am a fan of implementing things in stages to have something even partially usable instead of nothing at all. Especially when only parts of the features are required for some users. Does it make sense to create a project here with the activities and can the code from openSUSE/mentoring#206 be shared/committed? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am currently managing a large number of Ubuntu repositories in Uyuni, and the local storage requirements are becoming unsustainable. As we know, Debian-based repos tend to consume massive amounts of disk space because Uyuni mirrors every .deb file locally.
Is there any roadmap to implement Lazy Syncing (downloading packages only when requested by a client)?
Specifically, is there a way to configure a repository as 'Remote-only', where Uyuni would only parse the metadata (e.g., the Packages.gz or Release files) and proxy the actual package download from the upstream source on demand?
Any tips on how to optimize storage for Ubuntu without performing a full sync would be greatly appreciated.
Thanks!"
Beta Was this translation helpful? Give feedback.
All reactions