Change in ...nfs-ganesha[next]: Fix a regression in 9p implementation
by Philippe DENIEL (GerritHub)
Philippe DENIEL has uploaded this change for review. ( https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/496763 )
Change subject: Fix a regression in 9p implementation
......................................................................
Fix a regression in 9p implementation
A regression was introduce in the 9p implementation
between V4-dev.22 and V4-dev.23 . As a result, the 9p
mount point appears as ROFS on the client. This is due
to a bad management of op_ctx variable. This commit fixes
this regression.
Change-Id: I5181daa6ee9da420ef62af4708a045220d3c7440
Signed-off-by: Philippe DENIEL <philippe.deniel(a)cea.fr>
---
M src/Protocols/9P/9p_proto_tools.c
1 file changed, 0 insertions(+), 3 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/63/496763/1
--
To view, visit https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/496763
To unsubscribe, or for help writing mail filters, visit https://review.gerrithub.io/settings
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: I5181daa6ee9da420ef62af4708a045220d3c7440
Gerrit-Change-Number: 496763
Gerrit-PatchSet: 1
Gerrit-Owner: Philippe DENIEL <philippe.deniel(a)cea.fr>
Gerrit-MessageType: newchange
4 years, 6 months
Change in ...nfs-ganesha[next]: Add FSAL_KVSFS
by Philippe DENIEL (GerritHub)
Philippe DENIEL has uploaded this change for review. ( https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/496762 )
Change subject: Add FSAL_KVSFS
......................................................................
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(a)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 https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/496762
To unsubscribe, or for help writing mail filters, visit https://review.gerrithub.io/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(a)cea.fr>
Gerrit-MessageType: newchange
4 years, 6 months
ACL support with NFS-Ganesha V3 and the stability of v4 acl implementation
by Rafi Kavungal
Hi All,
We want to use nfs-ganesha with gluster and we have a requirement to use acl with both v3 and v4. But going through the previous mail archives, I understood that acl is not supported with v3. Is there any chance of acl support with v3 in near future. How easy is to implement this feature in v3.
An addition question is regarding the stability of acl with v4. Is there any known issues? Is it ready for using it in the production setup. Any users who consumes acl on v4?
Any help is much appreciated, Thanks in advance.
Rafi KC
4 years, 6 months
Change in ...nfs-ganesha[next]: Fix latency calculation of individual compounds.
by Name of user not set (GerritHub)
pradeepthomas(a)gmail.com has uploaded this change for review. ( https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/496739 )
Change subject: Fix latency calculation of individual compounds.
......................................................................
Fix latency calculation of individual compounds.
op_ctx->start_time is the starting time for the RPC. For each of
the compound within the RPC, use the start_time passed to the
server_stats_nfsv4_op_done.
Signed-off-by: Pradeep <pradeepthomas(a)gmail.com>
Change-Id: I606e74273b213fa98f9de59fbc2a54703d61ae68
---
M src/support/server_stats.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/39/496739/1
--
To view, visit https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/496739
To unsubscribe, or for help writing mail filters, visit https://review.gerrithub.io/settings
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: I606e74273b213fa98f9de59fbc2a54703d61ae68
Gerrit-Change-Number: 496739
Gerrit-PatchSet: 1
Gerrit-Owner: pradeepthomas(a)gmail.com
Gerrit-MessageType: newchange
4 years, 6 months