sragraha(a)redhat.com has uploaded this change for review. (
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1245444?usp=email )
Change subject: NFS4: Implement NFSv4.1 session trunking via fs_locations discovery
......................................................................
NFS4: Implement NFSv4.1 session trunking via fs_locations discovery
NFSv4.1 session trunking — the ability for a client to establish parallel
TCP connections to multiple server IP addresses within a single NFSv4.1
session — was not functional in nfs-ganesha. The Linux kernel NFS client
supports autonomous trunk discovery via the `trunkdiscovery` mount option
(kernel ≥ 5.16)
- Added `FS_LOCATION` config block to `EXPORT` allowing operators to
configure the trunk IP, pseudo root, and server address per export.
- Added `Trunking = true|false` boolean to `NFS_CORE_PARAM`.
- Added `fsal_fs_locations_t *export_fs_location` to `struct gsh_export`.
Change-Id: I23911aab19f7d87733dbb54350394a8047b2e1c2
Signed-off-by: Sreedhar Agraharam <sragraha(a)redhat.com>
---
M src/Protocols/NFS/nfs_proto_tools.c
M src/SAL/nfs4_clientid.c
M src/include/export_mgr.h
M src/include/gsh_config.h
M src/support/exports.c
M src/support/nfs_read_conf.c
6 files changed, 130 insertions(+), 11 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/44/1245444/1
--
To view, visit
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1245444?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: I23911aab19f7d87733dbb54350394a8047b2e1c2
Gerrit-Change-Number: 1245444
Gerrit-PatchSet: 1
Gerrit-Owner: sragraha(a)redhat.com