deeraj.patil(a)ibm.com has uploaded this change for review. (
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1240163?usp=email )
Change subject: RDMA/TCP [mount]
......................................................................
RDMA/TCP [mount]
Issue : Not able to mount same export on same client using both
RDMA and TCP at same time
RCA : Because of the session ID establised is not bifurcated w.r.t RDMA and
TCP in the current code causing this issue.
Fix : New changes will allow the same client to mount the same export with
RDMA and TCP at the same time because of session bifurcation
w.r.t transport.
Change-Id: Ia1aaac83d371ea65e870b384db73a92e5e5debbf
Signed-off-by: Deeraj.Patil <Deeraj.Patil(a)ibm.com>
---
M src/Protocols/NFS/nfs4_op_exchange_id.c
M src/Protocols/NFS/nfs4_op_setclientid.c
M src/include/sal_data.h
3 files changed, 16 insertions(+), 3 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/63/1240163/1
--
To view, visit
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1240163?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: Ia1aaac83d371ea65e870b384db73a92e5e5debbf
Gerrit-Change-Number: 1240163
Gerrit-PatchSet: 1
Gerrit-Owner: deeraj.patil(a)ibm.com