Comment 10 for bug 1493483

Revision history for this message
Stanislav Makar (smakar) wrote :

patch fixes the problem, deployment goes further but fails on problem with connectivity
on storage network between node-13 and node-12,node-14. Node node-12 and node-14 has connection between
each other hence they are deployed successfully.

Env consists of 3 controllers with different bond2 configuration

--------- node-12
root@node-12:~# brctl show br-storage
bridge name bridge id STP enabled interfaces
br-storage 8000.a0369f4e5ce6 no bond2.104
root@node-12:~# cat /proc/net/bonding/bond2 | grep "Mode\|Int"
Bonding Mode: fault-tolerance (active-backup)
MII Polling Interval (ms): 100
Slave Interface: eth5
Slave Interface: eth7

--------- node-13
root@node-13:~# brctl show br-storage
bridge name bridge id STP enabled interfaces
br-storage 8000.a0369f4e641e no bond2.104
root@node-13:~# cat /proc/net/bonding/bond2 | grep "Mode\|Int"
Bonding Mode: fault-tolerance (active-backup)
MII Polling Interval (ms): 100
Slave Interface: eth3
root@node-13:~#

-------- node-14:
root@node-14:~# root@node-13:~# cat /proc/net/bonding/bond2 | grep "Mode\|Int"^C
root@node-14:~# brctl show br-storage
bridge name bridge id STP enabled interfaces
br-storage 8000.a0369f4e5e4a no bond2.104
root@node-14:~# cat /proc/net/bonding/bond2 | grep "Mode\|Int"
Bonding Mode: fault-tolerance (active-backup)
MII Polling Interval (ms): 100
Slave Interface: eth1
root@node-14:~#