Hey Everyone.
I have a 4 nic PowerEdge r710. Current interface file
auto lo
iface lo inet loopback
auto eno2
iface eno2 inet manual
auto eno1
iface eno1 inet manual
auto eno3
iface eno3 inet manual
auto eno4
iface eno4 inet manual
auto bond0
iface bond0 inet manual
slaves eno2 eno3 eno4
bond_miimon 100
bond_mode 802.3ad
bond_xmit_hash_policy layer2+3
auto vmbr0
iface vmbr0 inet static
address 10.0.2.90
netmask 255.255.0.0
gateway 10.0.0.2
bridge_ports eno1
bridge_stp off
bridge_fd 0
auto vmbr1
iface vmbr1 inet static
address 10.0.2.91
netmask 255.255.0.0
bridge_ports bond0
bridge_stp off
bridge_fd 0
So when I reboot the node, neither interfaces are pingable after the box boots up. If I run a "service networking reboot" both the LACP link and regular link will come online. I then have to restart corosync since it fails to start without networking. Thoughts?
I have a 4 nic PowerEdge r710. Current interface file
auto lo
iface lo inet loopback
auto eno2
iface eno2 inet manual
auto eno1
iface eno1 inet manual
auto eno3
iface eno3 inet manual
auto eno4
iface eno4 inet manual
auto bond0
iface bond0 inet manual
slaves eno2 eno3 eno4
bond_miimon 100
bond_mode 802.3ad
bond_xmit_hash_policy layer2+3
auto vmbr0
iface vmbr0 inet static
address 10.0.2.90
netmask 255.255.0.0
gateway 10.0.0.2
bridge_ports eno1
bridge_stp off
bridge_fd 0
auto vmbr1
iface vmbr1 inet static
address 10.0.2.91
netmask 255.255.0.0
bridge_ports bond0
bridge_stp off
bridge_fd 0