Implements a vfs module for cephfs, a distributed file system
commit301a1f919202c90c629a4926ebdf054b9f2fe1e8
authorSam Lang <sam.lang@inktank.com>
Wed, 24 Apr 2013 19:52:57 +0000 (24 12:52 -0700)
committerJeremy Allison <jra@samba.org>
Wed, 24 Apr 2013 19:53:18 +0000 (24 12:53 -0700)
tree054b23a5f7b5a400edcfbcdeb53a8edd29f18f03
parent4b97a19e584cb216194c5eca1270ef1926fc9006
Implements a vfs module for cephfs, a distributed file system
with posix semantics, built on the ceph distributed object
storage layer.  The ceph vfs module interfaces to the libcephfs
userspace API, and is primarily a lightweight wrapper around
libcephfs, translating error codes and parameters as necessary.

Signed-off-by: Sam Lang <sam.lang@inktank.com>
Reviewed-by: Volker Lendecke <Volker.Lendecke@SerNet.DE>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/Makefile.in
source3/configure.in
source3/modules/vfs_ceph.c [new file with mode: 0644]
source3/modules/wscript_build
source3/wscript