-
Task
-
Resolution: Fixed
-
Major
-
None
-
None
-
None
-
None
-
-
Sprint 88, After DI4R'2016 Sprint 89
-
17
We currently use high level (path-based) API. The high level API has trouble with exporting NFS: https://github.com/libfuse/libfuse/blob/master/README.NFS
The low level API seems to be a good fit for oneclient, as it operates on inodes (which can be mapped 1:1 to file ids) and is asynchronous (so can use async helpers operations instead of sync versions).