[S] Change in ...nfs-ganesha[next]: Turn on more compilation warnings and resolve existing ones
by Lior Suliman (GerritHub)
Lior Suliman has uploaded this change for review. ( https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1201316?usp=email )
Change subject: Turn on more compilation warnings and resolve existing ones
......................................................................
Turn on more compilation warnings and resolve existing ones
Signed-off-by: Lior Suliman <liorsu(a)gmail.com>
Change-Id: I05413e76442077161e752da7ba57756a6da7a33e
---
M src/CMakeLists.txt
M src/FSAL/Stackable_FSALs/FSAL_MDCACHE/mdcache_avl.c
M src/FSAL/fsal_helper.c
M src/Protocols/NFS/nfs_proto_tools.c
M src/SAL/nfs4_recovery.c
M src/SAL/recovery/recovery_fs.c
M src/include/fsal_api.h
M src/support/client_mgr.c
M src/support/fridgethr.c
9 files changed, 14 insertions(+), 14 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/16/1201316/1
--
To view, visit https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1201316?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.gerrithub.io/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: I05413e76442077161e752da7ba57756a6da7a33e
Gerrit-Change-Number: 1201316
Gerrit-PatchSet: 1
Gerrit-Owner: Lior Suliman <liorsu(a)google.com>
6 months, 2 weeks
[S] Change in ...nfs-ganesha[next]: Change NFSv3 proxy FSAL to return delay instead of invalid val or ser...
by Lior Suliman (GerritHub)
Lior Suliman has uploaded this change for review. ( https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1201315?usp=email )
Change subject: Change NFSv3 proxy FSAL to return delay instead of invalid val or server fault to the client [b/234604886]
......................................................................
Change NFSv3 proxy FSAL to return delay instead of invalid val or server fault to the client [b/234604886]
If there is an error in sending / receiving a response to / from the NFSv3 server, return the
client with NFS4ERR_DELAY that will cause it to retry issuing that operation
https://datatracker.ietf.org/doc/html/rfc5661#section-15.1.1.3
For this not to be an issue, we also need to change the current way the XID is generated by the NFSv3 proxy FSAL
so that two requests that are the same will yield with the same XID, otherwise it can be executed more than once
by the NFSv3 back-end server as they will be recognized as different request
Signed-off-by: Lior Suliman <liorsu(a)gmail.com>
Change-Id: If94c1485ec0ea8fca4e9ad2afc8128eaa0baaa77
---
M src/FSAL/FSAL_PROXY_V3/main.c
M src/FSAL/FSAL_PROXY_V3/nlm.c
2 files changed, 13 insertions(+), 13 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/15/1201315/1
--
To view, visit https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1201315?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.gerrithub.io/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: If94c1485ec0ea8fca4e9ad2afc8128eaa0baaa77
Gerrit-Change-Number: 1201315
Gerrit-PatchSet: 1
Gerrit-Owner: Lior Suliman <liorsu(a)google.com>
6 months, 2 weeks