Animesh Javali has uploaded this change for review. (
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1235802?usp=email )
Change subject: Fix: IBMCEPH-14009
......................................................................
Fix: IBMCEPH-14009
With NFSv4.2, when the server grants
"OPEN_DELEGATE_WRITE_ATTRS_DELEG", workloads that trigger
"ALLOCATE" via nfs4_op_allocate hit stateid validation
failures in the server.
On the client side, this leads to repeated attempts to
"TEST_STATEID" via nfs4_op_test_stateid operations,
causing the I/O to stall.
Added code to include OPEN_DELEGATE_WRITE_ATTRS_DELEG
along with regular write delegation.
Change-Id: Ibde44b8e99fc4b9557d21470452c0a05ef333097
Signed-off-by: Animesh Javali <Animesh.Javali(a)ibm.com>
---
M src/Protocols/NFS/nfs4_op_allocate.c
1 file changed, 3 insertions(+), 1 deletion(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/02/1235802/1
--
To view, visit
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1235802?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: Ibde44b8e99fc4b9557d21470452c0a05ef333097
Gerrit-Change-Number: 1235802
Gerrit-PatchSet: 1
Gerrit-Owner: Animesh Javali <Animesh.Javali(a)ibm.com>