commit | 52f98f1a2ddd2bb561f2c7e3b19a81d816a63118 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@hammerspace.com> | Thu Oct 17 09:49:45 2019 -0400 |
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | Sun Nov 03 21:28:45 2019 -0500 |
tree | 0b79c0535d80b1e96739ee15fd4947ed4ff75cf0 | |
parent | c6eb58435b98bd843d3179664a0195ff25adb2c3 [diff] |
NFS/pnfs: Separate NFSv3 DS and MDS traffic If a NFSv3 server is being used as both a DS and as a regular NFSv3 server, we may want to keep the IO traffic on a separate TCP connection, since it will typically have very different timeout characteristics. This patch therefore sets up a flag to separate the two modes of operation for the nfs_client. Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>