Skip to content
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

merge 2 flists #53

Open
muhamadazmy opened this issue May 17, 2024 · 0 comments
Open

merge 2 flists #53

muhamadazmy opened this issue May 17, 2024 · 0 comments
Labels
Milestone

Comments

@muhamadazmy
Copy link
Member

This is tricky because store information is based on hash ranges, so this will not work if the 2 flists uses different stores because rfs will not know which store to use if a blob hash matches 2 stores.

rfs will try all stores that matches but it also means there can be a performance hit for each blob it has to retrieve.

  • The merge must respect order of merge (like overlay) which flist is laid on top another flist
  • The files from top flist should hide the ones from lower level.
  • The dir from top flists should "merge" recursively with lower dirs
@muhamadazmy muhamadazmy added this to the 2.1.X milestone May 17, 2024
@rawdaGastan rawdaGastan modified the milestones: 2.1.X, later Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants