-
Notifications
You must be signed in to change notification settings - Fork 113
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
Refactor decomposedfs to be more extensible, e.g. for the posix driver #4581
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
deb3012
to
9886b24
Compare
9886b24
to
5892b45
Compare
I see where you are deleting the metadata lock ... is that conflicting with the old xattr backend? I fear that would delete the actual metadata file. 🤔 👀 no ... the xattr backend also has a dedicated file for metadata locks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
when deleting my storage users I don't seem to be able to get a personal space:
2024-04-22T15:18:49+02:00 ERR error when calling Createhome error="gateway: grpc failed with code CODE_INTERNAL" line=/home/jfd/Repositories/ocis/services/proxy/pkg/middleware/create_home.go:78 service=proxy
2024-04-22T15:18:49+02:00 ERR failed to list storage spaces error="error reading user index: stat /home/jfd/.ocis/storage/users/indexes/by-user-id/534bb038-6f9d-4093-946f-133be61fa4e7.mpk: no such file or directory" filters=[{"Term":{"SpaceType":"project"},"type":4},{"Term":{"User":{"idp":"https://cloud.ocis.test","opaque_id":"534bb038-6f9d-4093-946f-133be61fa4e7"}},"type":6}] line=/home/jfd/Repositories/reva/internal/grpc/services/storageprovider/storageprovider.go:575 pkg=rgrpc service=storage-users status={"code":15,"message":"error listing spaces","trace":"b32ff7051e1b71f97dd10c798b02d094"} traceid=b32ff7051e1b71f97dd10c798b02d094
@butonic Ah, ocis is still configuring the |
ok, this works for me as well. But lets make sure the ocis CI does not choke: owncloud/ocis#8935 |
I hope this is just flaky, rerunning ci |
@butonic the merge is green at owncloud/ocis#9038 now. Good to go? |
@aduffeck do you bump reva in ocis? |
Sure thing: owncloud/ocis#9050 |
No description provided.