threefoldtech / rfs

A fuse filesystem in rust
Apache License 2.0
1 stars 1 forks source link

merge 2 flists #53

Open muhamadazmy opened 3 months ago

muhamadazmy commented 3 months ago

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.