Peter Schwenke has uploaded this change for review. (
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1209432?usp=email )
Change subject: FSAL_VFS: Lock reclaim not working on NFSv4.1 due to locks not being
released
......................................................................
FSAL_VFS: Lock reclaim not working on NFSv4.1 due to locks not being released
Fixes:
https://github.com/nfs-ganesha/nfs-ganesha/issues/1237
In the case of NFSv4.1, the Linux NFS client doesn't send an IP address
in the eia_clientowner field during the OP_EXCHANGE_ID op. NFS-Ganesha
pulls the address out of the socket information and puts it in
cr_server_addr. In 4.0 cr_server_addr is 0. But the OP_SETCLIENTID op
sends an IP address in id_val.
Change-Id: I59d4e895a40b060b8477f8daf900a5ddaa5da1c1
Signed-off-by: Peter Schwenke <pschwenke(a)ddn.com>
---
M src/SAL/nfs4_recovery.c
1 file changed, 38 insertions(+), 4 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/32/1209432/1
--
To view, visit
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1209432?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: I59d4e895a40b060b8477f8daf900a5ddaa5da1c1
Gerrit-Change-Number: 1209432
Gerrit-PatchSet: 1
Gerrit-Owner: Peter Schwenke <pschwenke(a)ddn.com>