Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fscache: blob gc feature for fscache with inuse and cull
Add blob gc for fscache by using `inuse` and `cull`, this implementation reference the implementation of the `cachefilesd`, but since we use ondemand mode, so it's sightly different. The gc watermark for now is 95% used blocks or 95% used files, in the future, we need to change it configurable. Signed-off-by: Qi Wang <[email protected]>
- Loading branch information