cs3org / reva

WebDAV/gRPC/HTTP high performance server to link high level clients to storage backends
https://reva.link
Apache License 2.0
167 stars 113 forks source link

fix: ocs handles the mount_point on its own #4725

Closed fschade closed 3 months ago

fschade commented 3 months ago

ocs updates unmountedShares at the same time as a received share is accepted, therefore the mount_point handling is entirely done there too.

fschade commented 3 months ago

@nirajacharya2 can you check the ci, looks like https://github.com/cs3org/reva/pull/4724 introduced some unexpected passes

nirajacharya2 commented 3 months ago

This PR should do it https://github.com/cs3org/reva/pull/4729 can you rerun the CI