-
Notifications
You must be signed in to change notification settings - Fork 187
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
posix storage driver: cannot open files #9909
Labels
Comments
aduffeck
added a commit
to aduffeck/reva
that referenced
this issue
Sep 10, 2024
The problem seems to be the missing id cache, The posix driver requires a shared cache so that storageprovider and dataprovider can always look up the paths for all ids. Adding something like
to your |
github-project-automation
bot
moved this from Qualification
to Done
in Infinite Scale Team Board
Sep 10, 2024
aduffeck
added a commit
to aduffeck/reva
that referenced
this issue
Sep 10, 2024
aduffeck
added a commit
to aduffeck/reva
that referenced
this issue
Sep 10, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
DISCLAIMER: this is a ticket I opened as a private person and not as an employee of ownCloud
Describe the bug
When using the posix storage driver with oCIS 6.3.0, I can't open files
Steps to reproduce
Expected behavior
Being able to open and edit the file
Actual behavior
See a HTTP 404 status code
Setup
Following docker-compose:
The text was updated successfully, but these errors were encountered: