We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What happened:
Use writeback mode
1、fio randwrite fio --name=big-file-multi-write --directory=/var/lib/juicefs/volume/pvc-618dce8f-e2a1-4847-93e8-8a4a7ce247b9-ttbxpf --rw=randwrite --refill_buffers --bs=4k --size=1G --numjobs=1 --end_fsync=1
2、Simulated cache disk failure
3、fio is stuck. Return to EIO
4、Restore cache disk, wait a few minutes to write fio again, still stuck to return to EIO log.tar.gz Uploading log.tar.gz…
5、But after waiting for a long time, I can read and write normally
What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?
Environment:
juicefs --version
cat /etc/os-release
uname -a
The text was updated successfully, but these errors were encountered:
Should be fixed by #4871
Sorry, something went wrong.
No branches or pull requests
What happened:
Use writeback mode
1、fio randwrite
fio --name=big-file-multi-write --directory=/var/lib/juicefs/volume/pvc-618dce8f-e2a1-4847-93e8-8a4a7ce247b9-ttbxpf --rw=randwrite --refill_buffers --bs=4k --size=1G --numjobs=1 --end_fsync=1
2、Simulated cache disk failure
templateType: IOChaos
ioChaos:
action: fault
mode: one
selector:
namespaces:
- kube-system
labelSelectors:
app.kubernetes.io/name: juicefs-mount
labelSelectors:
chaostest: "true"
volumePath: /data/cache
path: /data/cache/**/*
errno: 5
percent: 1
3、fio is stuck. Return to EIO
4、Restore cache disk, wait a few minutes to write fio again, still stuck to return to EIO
log.tar.gz
Uploading log.tar.gz…
5、But after waiting for a long time, I can read and write normally
What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?
Environment:
juicefs --version
) or Hadoop Java SDK version:cat /etc/os-release
):uname -a
):The text was updated successfully, but these errors were encountered: