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

Locks implementation #3183

Open mateusz-garlacz opened 2 years ago

mateusz-garlacz commented 2 years ago

Hi, when trying to invoke GetLock/SetLock against reva (master, two-server-setup) it throws "error: not supported: unimplemented". Is this implemented on any other branch? If not, is there any estimation when it could be implemented?

@labkode @gmgigi96 @wkloucek ?

Thank you

gmgigi96 commented 2 years ago

Hi, for the local storage driver is still not implemented in any branch, but the implementation shouldn't be so difficult. I can work on it next week and having something ready so you can continue with https://github.com/sciencemesh/cs3api4lab/issues/157.

mateusz-garlacz commented 2 years ago

Thank you @gmgigi96 , that would be very helpful. Please keep me posted!