-
Notifications
You must be signed in to change notification settings - Fork 4
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
Cache flush doesn't work #41
Comments
The fact that there is no As for the question of enforcement of
But data blocks won't be deleted from local storage until they are successfully uploaded with |
@scottyeager, can you help me here? |
Hi @A-Harby, I've done some testing and observed the same as you. It seems that zstor is not removing the zdb data blocks. Good catch here. I hadn't tested that part specifically yet. Will continue looking into this. |
I did some further testing and was able to see this feature working. What I noticed is: # du -hs /data/
2.9G /data/
# du -hs /data/data/zdbfs-data/
2.6G /data/data/zdbfs-data/ Zstor only clears data blocks from I had noticed explicitly in the Zstor logs in the earlier test that it was not deleting data file, but it seems this could have been due to inability to connect with the backends. I will continue monitoring, but I don't have a clear consistently reproducible issue. |
I set the
max_zdb_data_dir_size
to only 2 GB and added files in the qsfs disk of 10 GB up to 6 GB and I didn't notice any change in the report.So how to check or make sure it's working correct?
The text was updated successfully, but these errors were encountered: