David, If you have both tcp and IB configured, I guess there is something like this in /etc/modprobe.conf:
options lnet 'networks="tcp(eth0),o2ib(ib0)"' Try to substitute tcp(eth0) with tcp0(eth0),tcp1(eth1) there. As for add_interface lctl command - this is for some special ksocklnd feature resembling ethernet-bonding. The effect is the same as tcp(eth0,eth1) in modprobe.conf. And tcp(eth0,eth1) is not equivalent to tcp0(eth0),tcp1(eth1) thoroughly. Sincerely, Maxim > Hi, > I try to add new subnet to the Lustre server. I had tcp, via eth0, and > IB connection and the lustre config to used tcp and IB network. I > connect eth1 to the new subnet and used add interface in the lctl tools > to add the new interface. When I run *interface_list *I see the first > subnet and after some seconds the new subnet I add. But when I run > *list_nids *I see only the first subnet and the IB network, and when I > try to mount client vi the new subnet I get error connection. Is there > any idea what can I do to solve the problem ? > > David > > _______________________________________________ > Lustre-discuss mailing list > [email protected] > http://lists.lustre.org/mailman/listinfo/lustre-discuss > _______________________________________________ Lustre-discuss mailing list [email protected] http://lists.lustre.org/mailman/listinfo/lustre-discuss
