Philippe DENIEL has uploaded this change for review.

View Change

Add FSAL_KVSFS

This commits add a new FSAL: FSAL_KVSFS. This FSAL is implemented
on top of the libkvsns library (https://github.com/phdeniel/kvsns)
a library that implements a POSIX namespace using the service of a
KVS and an object store.

Change-Id: I61791e9e3eb2091f99bbdaa8acfc0605614913da
Signed-off-by: Philippe DENIEL <philippe.deniel@cea.fr>
---
M src/CMakeLists.txt
M src/FSAL/CMakeLists.txt
A src/FSAL/FSAL_KVSFS/CMakeLists.txt
A src/FSAL/FSAL_KVSFS/kvsfs.ganesha.nfsd.conf
A src/FSAL/FSAL_KVSFS/kvsfs_ds.c
A src/FSAL/FSAL_KVSFS/kvsfs_export.c
A src/FSAL/FSAL_KVSFS/kvsfs_file.c
A src/FSAL/FSAL_KVSFS/kvsfs_fsal_internal.c
A src/FSAL/FSAL_KVSFS/kvsfs_fsal_internal.h
A src/FSAL/FSAL_KVSFS/kvsfs_handle.c
A src/FSAL/FSAL_KVSFS/kvsfs_main.c
A src/FSAL/FSAL_KVSFS/kvsfs_mds.c
A src/FSAL/FSAL_KVSFS/kvsfs_methods.h
A src/FSAL/FSAL_KVSFS/kvsfs_xattrs.c
M src/include/fsal_pnfs.h
15 files changed, 4,204 insertions(+), 0 deletions(-)

git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/62/496762/1

To view, visit change 496762. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: I61791e9e3eb2091f99bbdaa8acfc0605614913da
Gerrit-Change-Number: 496762
Gerrit-PatchSet: 1
Gerrit-Owner: Philippe DENIEL <philippe.deniel@cea.fr>
Gerrit-MessageType: newchange