[ewg] Re: Issue with IPoIB-CM being enabled at boot

Jeremy Brown jeremy.brown at qlogic.com
Tue Jul 3 14:34:48 PDT 2007


On Tue, 2007-07-03 at 22:20 +0300, Michael S. Tsirkin wrote:
> Try
> #sh -x /etc/init.d/openibd restart
> 
> does it write "connected" into the mode attribute?
> Vlad, can you take a look pls?

Oh, I think I see the problem. From the output of the above command:

+ echo Setting up InfiniBand network interfaces:
Setting up InfiniBand network interfaces:
+ for i in '$interfaces'
+ [[ ! -e /etc/infiniband/ifcfg-ib0 ]]
+ [[ ! -e /etc/sysconfig/network-scripts/ifcfg-ib0 ]]
+ echo 'No configuration found for ib0'
No configuration found for ib0

While IPOIB_LOAD and SET_IPOIB_CM are set to yes, the code path that
turns on connected mode is only reached if there is a network script for
the interface (which there isn't, in this case). This seems wrong to me
- the interface should come up in connected mode regardless of the
presence of the network script, and I should be able to configure the IP
address (and gateway, and broadcast, etc.) later.

Jeremy




More information about the ewg mailing list