data consistency issues #2700
Unanswered
holygrolli
asked this question in
Q&A
Replies: 2 comments 6 replies
-
juicefs appears to require a real-time object store to function properly. You probably want to set up a local minio cluster and use |
Beta Was this translation helpful? Give feedback.
5 replies
-
Here are a few questions for you to confirm:
After enabling the client write cache, the following points need to be paid attention to:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I did not create an issue yet. Perhaps some input of you might clear the fog around this:
I tried juicefs v1.0.0 in my home lab "production" scenario within kubernetes (via csi-plugin) for several days now. Now there are multiple observations:
juicefs fsck
I encountered lots offile does not exist
errors.As I am using quite a cheap s3 storage provider I guess the performance is not optimal. This is why I use
--writeback
option to have everything cached locally first. My expectation would be juicefs is taking care of uploading everything in the background at whatever speed and whatever it takes. But also the massive increase in blocks concerns me as those small blocks are also not beneficial to my already slow s3 provider.Do you have any advice for my home setup? Perhaps juicefs won't work in this environment. But when there are problems affecting my data integrity juicefs should at least print out some error messages.
And for completeness see attached a screenshot of my grafana dashboard.
Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions