Open jkominek opened 2 years ago
But it would be useful to be able to reuse the same FDB code to produce a Samba VFS
This! A thousand times! :) With this we could put serve files completely from a single database. I recently looked into replacing ctdb with fdb in Samba.
As it stands, the code ties the filesystem to FUSE. Which sort of makes sense.
But it would be useful to be able to reuse the same FDB code to produce a Samba VFS, a stand-alone library, and other things.
Consider sooner, rather than later, how to pull the FUSE-specifics out of the FDB code.