Hi, I have a multi-homed config, ib + socknal, where some osts and the mds would be gige only and other osts have gige and infiniband. Is there a way that I can force infiniband clients to use the openib lnd when communicating with ib connected osts? So far my tests with this config default to socknal even when infiniband is available. thanks, paul
eb007a2777@blueyonder.co.uk
2006-Jul-31 21:29 UTC
[Lustre-discuss] Preferred LNDs for Multi-homed hosts
> Hi, > I have a multi-homed config, ib + socknal, where some osts and the mdswould> be gige only and other osts have gige and infiniband. Is there a waythat I can> force infiniband clients to use the openib lnd when communicating withib connected> osts? So far my tests with this config default to socknal even wheninfiniband> is available.If list the preferred network first in ''networks'' or ''ip2nets'' e.g... networks="iib,tcp(eth0)" ip2nets="iib 192.168.1.*; tcp(eth0) 192.168.2.*"