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

Space accounting issues in case of rubix.cache.cleanup.files.during.start=false #427

Open
shubhamtagra opened this issue Jul 13, 2020 · 0 comments
Assignees
Labels

Comments

@shubhamtagra
Copy link

shubhamtagra commented Jul 13, 2020

When we allow on-disk cache to be reused across BKS restarts, we have following issues in space accounting:

  1. Available space doesnt consider the space occupied by cached files. It only considers available space
  2. FileMetadata when created first time in this mode should have the right currentFileSize. Instead of 0 it should be calculated via the information from mdfile

We should also add a note in the documentation that Rubix does not work well with filesystems that do not support sparse files.

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