>From Patrice LUCAS <patrice.lu...@cea.fr>:

Patrice LUCAS has uploaded a new change for review.

  https://review.gerrithub.io/296096

Change subject: FIX FSAL_PROXY maxwrite/maxread versus NFS_SendSize/NFS_RecvSize
......................................................................

FIX FSAL_PROXY maxwrite/maxread versus NFS_SendSize/NFS_RecvSize

FSAL_PROXY has two levels of parameter to fix RPC/transfer size :
- maxwrite/maxread (FSAL_PROXY parameter),
- NFS_SendSize/NFS_RecvSize (FSAL_PROXY remote sub-parameter).

This patch achieves coherency between this parameters and
changes default values according to this new coherency.
The last conf default values and lack of coherency led to bug
when IO size authorized by maxwrite and maxread where upper than
NFS_SendSize and NFS_RecvSize. (As example, previous default values
and lack of coherency led to I/O Error for a NFSv3 client trying
to write a block of 32k on a FSAL_PROXY server.)

Change-Id: I005ecf1809b2b241ee9c9c3a09dba27e40374cfd
Signed-off-by: Patrice LUCAS <patrice.lu...@cea.fr>
---
M src/FSAL/FSAL_PROXY/main.c
M src/config_samples/config.txt
2 files changed, 45 insertions(+), 9 deletions(-)


  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/96/296096/1
-- 
To view, visit https://review.gerrithub.io/296096
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I005ecf1809b2b241ee9c9c3a09dba27e40374cfd
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Patrice LUCAS <patrice.lu...@cea.fr>

------------------------------------------------------------------------------
_______________________________________________
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel

Reply via email to