On Fri, Nov 08, 2019 at 12:06:00PM -0500, Olga Kornievskaia wrote: > On Fri, Nov 8, 2019 at 11:29 AM J. Bruce Fields <bfields@xxxxxxxxxxxx> wrote: > > > > On Fri, Nov 08, 2019 at 11:09:10AM -0500, Olga Kornievskaia wrote: > > > Are you going against a linux server? I don't think linux server has > > > the functionality you are looking for. What you are really looking for > > > I believe is session trunking and neither the linux client nor server > > > fully support that (though we plan to add that functionality in the > > > near future). Bruce, correct me if I'm wrong but linux server doesn't > > > support multi-home (multi-node?) > > > > > > The server should have complete support for session and clientid > > trunking and multi-homing. But I think we're just using those words in > > slightly different ways: > > By the full support, I mean neither client not server support trunking > discovery unless that sneaked in when I wasn't looking. That was the > piece that I knew needed to be done for sure. I'd also say that the client supports trunking discovery--in a way, that's the source of the problem here. The client is probing and discovering that the two IP addresses point to the same server, and using that information to share the same connection. That's trunking discovery, to my understanding. > When you say it fully support trunking do you mean it when each nfsd > node runs in its own container, right? No, I mean that we support a client using multiple sessions (clientid trunking), or multiple connections per session (session trunking). > Otherwise, I thought more code would be needed to support the case > presented here. nfsd would need to have a notion of running something > like a cluster node on a particular interface and distinguish between > requests coming from different interface and act accordingly? I guess it'd be possible to do something like that. For now we don't have any plans outside of the namespace/container work. I wouldn't call that trunking support. But I think we agree on what's actually supported and not supported here, we just disagree about the meanings of words like "trunking support". > Client can and will do trunking in case of pNFS to the data servers if > the server presents multiple IPs. Otherwise, we just have nconnect > feature but that doesn't split traffic between different network > paths. Got it, thanks. --b.