What is the topology you are trying to setup?
I know you have an NFS server node connected with the other nodes in one LAN.
And then a link connecting the NFS server with the iSCSI blockstore. The NFS
server will have its link and LAN sharing the same physical interface out of
necessity since it has only one physical interface. Thus the need best_effort,
vlan_tagging, and link_multiplexing (all of which you have done) on the link
and LAN. However you also set the BW on the node LAN interfaces trying to
force them to the 25Gbps interface. Since you are also specifying "eth2" for
those, you should not need the BW. At best, it will be ignored because of
the "best_effort" flag, at worst it might be causing problems like you are
seeing. I am not sure about that. Have you tried with "eth2" but without
the BW spec?
What is your "other purpose" for the BF2 NIC? If you want to further connect
the nodes using those interfaces, the links need to be declared in the profile
topology. Otherwise we won't set up switch VLANs for them and they won't be
able to communicate. This will also cause them to get initialized with IPv4
addresses, but you can tear that part down if you are using DPDK or other
custom drivers. By creating links/LANs with those interfaces, and setting
their BW to 100000000 (but NOT setting best_effort, vlan_tagging, or
link_multiplexing) you should be able to force the correct interfaces.
This by itself may also force the mapper to put the other LANs on the 25Gb
interfaces.
All of which is a long-winded way of saying: I don't know for sure what
caused the error. :-) But try the "eth2" without the 20000000 BW setting
if you have not already. Otherwise try declaring the two 100Gbps interfaces
(which you need to do anyway) and see if that forces the NFS lan onto the
25Gbps interface.
> --
> You received this message because you are subscribed to the Google Groups
> "cloudlab-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an email
> to
cloudlab-user...@googlegroups.com.
> To view this discussion on the web visit
https://groups.google.com/d/msgid/
> cloudlab-users/0bd4f24d-b5b6-432a-b507-836632e65384n%
40googlegroups.com.