Description of problem: No network connectivity after installing vSphere UPI with static IP kargs bonding Version-Release number of selected component (if applicable): 4.11.0-0.nightly-2022-05-25-193227 How reproducible: Always Steps to Reproduce: 1. install with static IP kargs bonding guestinfo.afterburn.initrd.network-kargs: ip=172.31.248.7::172.31.248.1:255.255.254.0:rbrattai-o411vb22-cczb8-control-plane-1:bond0:none nameserver=10.3.192.12 bond=bond0:ens192,ens224:mode=active-backup,miimon=100 Actual results: Install fails, no networking connectivity on node. Expected results: Install succeeds. Additional info: Last successful install with the same parameters was with 4.10.0-0.nightly-2022-04-06-195507
Unable to reproduce with https://github.com/openshift/machine-config-operator/pull/3190 4.11.0-0.ci.test-2022-06-16-162452-ci-ln-106kkgt-latest Could it be the bonding fixes? Removing `connection.autoconnect-slaves 1` or setting the `ovs-if-phys` MAC?
Looks like the bond0 MAC != the br-ex MAC in the failure logs. May 31 19:38:02 cczb8-control-plane-1 configure-ovs.sh[1496]: 2: ens192: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq master bond0 state UP group default qlen 1000 May 31 19:38:02 cczb8-control-plane-1 configure-ovs.sh[1496]: link/ether 00:50:56:ac:ef:a8 brd ff:ff:ff:ff:ff:ff promiscuity 0 minmtu 60 maxmtu 9000 May 31 19:38:02 cczb8-control-plane-1 configure-ovs.sh[1496]: 3: ens224: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq master bond0 state UP group default qlen 1000 May 31 19:38:02 cczb8-control-plane-1 configure-ovs.sh[1496]: link/ether 00:50:56:ac:ef:a8 brd ff:ff:ff:ff:ff:ff permaddr 00:50:56:ac:fb:25 promiscuity 0 minmtu 60 maxmtu 9000 May 31 19:38:02 cczb8-control-plane-1 configure-ovs.sh[1496]: 4: bond0: <BROADCAST,MULTICAST,MASTER,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000 May 31 19:38:02 cczb8-control-plane-1 configure-ovs.sh[1496]: link/ether 00:50:56:ac:ef:a8 brd ff:ff:ff:ff:ff:ff promiscuity 0 minmtu 68 maxmtu 65535 May 31 19:38:08 cczb8-control-plane-1 configure-ovs.sh[1496]: 2: ens192: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq master bond0 state UP group default qlen 1000 May 31 19:38:08 cczb8-control-plane-1 configure-ovs.sh[1496]: link/ether 00:50:56:ac:fb:25 brd ff:ff:ff:ff:ff:ff permaddr 00:50:56:ac:ef:a8 promiscuity 0 minmtu 60 maxmtu 9000 May 31 19:38:08 cczb8-control-plane-1 configure-ovs.sh[1496]: 3: ens224: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq master bond0 state UP group default qlen 1000 May 31 19:38:08 cczb8-control-plane-1 configure-ovs.sh[1496]: link/ether 00:50:56:ac:fb:25 brd ff:ff:ff:ff:ff:ff promiscuity 1 minmtu 60 maxmtu 9000 May 31 19:38:08 cczb8-control-plane-1 configure-ovs.sh[1496]: 4: bond0: <BROADCAST,MULTICAST,MASTER,UP,LOWER_UP> mtu 1500 qdisc noqueue master ovs-system state UP group default qlen 1000 May 31 19:38:08 cczb8-control-plane-1 configure-ovs.sh[1496]: link/ether 00:50:56:ac:fb:25 brd ff:ff:ff:ff:ff:ff promiscuity 1 minmtu 68 maxmtu 65535 May 31 19:38:08 cczb8-control-plane-1 configure-ovs.sh[1496]: 6: br-ex: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN group default qlen 1000 May 31 19:38:08 cczb8-control-plane-1 configure-ovs.sh[1496]: link/ether 00:50:56:ac:ef:a8 brd ff:ff:ff:ff:ff:ff promiscuity 1 minmtu 68 maxmtu 65535 With https://github.com/openshift/machine-config-operator/pull/3190 bond0 MAC == br-ex MAC. Jun 16 21:41:41 l8wcj-control-plane-2 configure-ovs.sh[1693]: 2: ens192: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq master bond0 state UP group default qlen 1000 Jun 16 21:41:41 l8wcj-control-plane-2 configure-ovs.sh[1693]: link/ether 00:50:56:ac:5a:9c brd ff:ff:ff:ff:ff:ff promiscuity 0 minmtu 60 maxmtu 9000 Jun 16 21:41:41 l8wcj-control-plane-2 configure-ovs.sh[1693]: 3: ens224: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq master bond0 state UP group default qlen 1000 Jun 16 21:41:41 l8wcj-control-plane-2 configure-ovs.sh[1693]: link/ether 00:50:56:ac:5a:9c brd ff:ff:ff:ff:ff:ff permaddr 00:50:56:ac:ac:85 promiscuity 0 minmtu 60 maxmtu 9000 Jun 16 21:41:41 l8wcj-control-plane-2 configure-ovs.sh[1693]: 4: bond0: <BROADCAST,MULTICAST,MASTER,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000 Jun 16 21:41:41 l8wcj-control-plane-2 configure-ovs.sh[1693]: link/ether 00:50:56:ac:5a:9c brd ff:ff:ff:ff:ff:ff promiscuity 0 minmtu 68 maxmtu 65535 Jun 16 21:41:43 l8wcj-control-plane-2 configure-ovs.sh[2422]: 2: ens192: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq master bond0 state UP group default qlen 1000 Jun 16 21:41:43 l8wcj-control-plane-2 configure-ovs.sh[2422]: link/ether 00:50:56:ac:5a:9c brd ff:ff:ff:ff:ff:ff promiscuity 1 minmtu 60 maxmtu 9000 Jun 16 21:41:43 l8wcj-control-plane-2 configure-ovs.sh[2422]: 3: ens224: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq master bond0 state UP group default qlen 1000 Jun 16 21:41:43 l8wcj-control-plane-2 configure-ovs.sh[2422]: link/ether 00:50:56:ac:5a:9c brd ff:ff:ff:ff:ff:ff permaddr 00:50:56:ac:ac:85 promiscuity 0 minmtu 60 maxmtu 9000 Jun 16 21:41:43 l8wcj-control-plane-2 configure-ovs.sh[2422]: 4: bond0: <BROADCAST,MULTICAST,MASTER,UP,LOWER_UP> mtu 1500 qdisc noqueue master ovs-system state UP group default qlen 1000 Jun 16 21:41:43 l8wcj-control-plane-2 configure-ovs.sh[2422]: link/ether 00:50:56:ac:5a:9c brd ff:ff:ff:ff:ff:ff promiscuity 1 minmtu 68 maxmtu 65535 Jun 16 21:41:43 l8wcj-control-plane-2 configure-ovs.sh[2422]: 6: br-ex: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN group defa18ult qlen 1000 Jun 16 21:41:43 l8wcj-control-plane-2 configure-ovs.sh[2422]: link/ether 00:50:56:ac:5a:9c brd ff:ff:ff:ff:ff:ff promiscuity 1 minmtu 68 maxmtu 65535
Yep, closing this as duplicate :-) *** This bug has been marked as a duplicate of bug 2096413 ***