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

debug help to indentify partial reads on readonly overlay #385

Open
stdweird opened this issue Jan 23, 2023 · 0 comments
Open

debug help to indentify partial reads on readonly overlay #385

stdweird opened this issue Jan 23, 2023 · 0 comments

Comments

@stdweird
Copy link

we have a setup with a fuse-overlayfs (v1.8.2) that is a readonly filesystem of the underlying filesystem. the underlying filesystem is lustre, and that has cache logic that is annoying for certain usecases. the used config is plain and simple fuse-overlayfs overlay /readonlymount -o ro,lowerdir=/lustremount,threaded=8,dev,suid

it fixes the issues we had with lustre, except for one case that i would like to debug, but i don't know how or where to start.

the case gives in more then 50% of the tries on the readonly mount an error do to a partial read of a file (eg as part of the case, some python code is read and executed from it and fails with "unexpected end of file").

we never have the issue when trying it from lustre directly, but ofcourse i'm not saying the issue must be in overlayfs.

any pointers on where to start looking or how to make useful traces to find the culprit are welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant