-
Notifications
You must be signed in to change notification settings - Fork 307
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v0 of recursive deltas #470
Comments
+1 This is a feature I would like to see in the upcoming ostree releases. I am wondering if this is something that could be available in a near future or is it low in the priority list? |
We can also do client-side delta chaining; the main issue is it would make the already-past-its-complexity-budget pull code even more complex. But perhaps not unreasonably so, particularly if we started to spit In the short term, I'm thinking more ostreedev/ostree-releng-scripts#10 |
Any plan to fully support applying recursive deltas on client side? This will be useful where we want to rely on deltas only repos (like FCOS mirroring fedora-infra/mirrormanager2#258 ). I was trying locally to pull ostree content using delta-only repo.
It will be nice if ostree can apply recursive delta on client side so that we don't have to really create static delta for all permutations (which will grow as the project grows). |
The deltas code/design supports recursion, but we didn't really follow through implementing this. There's both client side and compiler work for this.
The goal should be that we support upgrading from both N-2 and N-1 to N reasonably.
The text was updated successfully, but these errors were encountered: