Bug 2077129

Summary: [4.10z] OVN-migration failed - ovnkube-node: error waiting for node readiness: timed out waiting for the condition
Product: OpenShift Container Platform Reporter: Tim Rozet <trozet>
Component: NetworkingAssignee: Tim Rozet <trozet>
Networking sub component: ovn-kubernetes QA Contact: Ross Brattain <rbrattai>
Status: CLOSED ERRATA Docs Contact:
Severity: high    
Priority: high CC: achernet, anusaxen, cgoncalves, ctrautma, dceara, eglottma, fpaoline, jcaamano, jiji, rbrattai, tonyg, trozet, yprokule
Version: 4.10   
Target Milestone: ---   
Target Release: 4.10.z   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: 2028493 Environment:
Last Closed: 2022-06-07 13:24:32 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 2028493    
Bug Blocks:    

Comment 5 Ross Brattain 2022-06-03 21:02:43 UTC
Verified on 4.10.0-0.nightly-2022-06-03-081413

BM IPI dual-stack

I see different routers on different switches.

exgw-etor-GR_master-0-2.rbrattai-o410e2db-0.qe.lab.redhat.com
rtoe-GR_master-0-2.rbrattai-o410e2db-0.qe.lab.redhat.com


sh-4.4# for f in $(ovn-nbctl show | awk '/ext_/ {gsub("[()]", "", $3) ; print $3}' | sort ) ; do ovn-nbctl show $f ; done
switch 1570a6b5-104c-4a04-be40-d4d02e7d8846 (exgw-ext_master-0-0.rbrattai-o410e2db-0.qe.lab.redhat.com)
    port br-ex1_master-0-0.rbrattai-o410e2db-0.qe.lab.redhat.com
        type: localnet
        addresses: ["unknown"]
    port exgw-etor-GR_master-0-0.rbrattai-o410e2db-0.qe.lab.redhat.com
        type: router
        addresses: ["52:54:00:fa:3f:8b"]
        router-port: exgw-rtoe-GR_master-0-0.rbrattai-o410e2db-0.qe.lab.redhat.com
switch 1b43f32e-f361-4ff3-9526-96545e27e77a (exgw-ext_master-0-1.rbrattai-o410e2db-0.qe.lab.redhat.com)
    port br-ex1_master-0-1.rbrattai-o410e2db-0.qe.lab.redhat.com
        type: localnet
        addresses: ["unknown"]
    port exgw-etor-GR_master-0-1.rbrattai-o410e2db-0.qe.lab.redhat.com
        type: router
        addresses: ["52:54:00:34:8c:54"]
        router-port: exgw-rtoe-GR_master-0-1.rbrattai-o410e2db-0.qe.lab.redhat.com
switch 98797150-2c0d-4323-a32d-c60a3eaf2b19 (exgw-ext_master-0-2.rbrattai-o410e2db-0.qe.lab.redhat.com)
    port exgw-etor-GR_master-0-2.rbrattai-o410e2db-0.qe.lab.redhat.com
        type: router
        addresses: ["52:54:00:78:c9:d2"]
        router-port: exgw-rtoe-GR_master-0-2.rbrattai-o410e2db-0.qe.lab.redhat.com
    port br-ex1_master-0-2.rbrattai-o410e2db-0.qe.lab.redhat.com
        type: localnet
        addresses: ["unknown"]
switch 147c4149-9045-4674-ad7d-07399b448cb5 (ext_master-0-0.rbrattai-o410e2db-0.qe.lab.redhat.com)
    port br-ex_master-0-0.rbrattai-o410e2db-0.qe.lab.redhat.com
        type: localnet
        addresses: ["unknown"]
    port etor-GR_master-0-0.rbrattai-o410e2db-0.qe.lab.redhat.com
        type: router
        addresses: ["52:54:00:fa:3f:8b"]
        router-port: rtoe-GR_master-0-0.rbrattai-o410e2db-0.qe.lab.redhat.com
switch 05fc2d51-155c-43a5-860d-007669d816b1 (ext_master-0-1.rbrattai-o410e2db-0.qe.lab.redhat.com)
    port etor-GR_master-0-1.rbrattai-o410e2db-0.qe.lab.redhat.com
        type: router
        addresses: ["52:54:00:34:8c:54"]
        router-port: rtoe-GR_master-0-1.rbrattai-o410e2db-0.qe.lab.redhat.com
    port br-ex_master-0-1.rbrattai-o410e2db-0.qe.lab.redhat.com
        type: localnet
        addresses: ["unknown"]
switch 0204856b-6a31-4e23-8e76-1698d2f272ad (ext_master-0-2.rbrattai-o410e2db-0.qe.lab.redhat.com)
    port etor-GR_master-0-2.rbrattai-o410e2db-0.qe.lab.redhat.com
        type: router
        addresses: ["52:54:00:78:c9:d2"]
        router-port: rtoe-GR_master-0-2.rbrattai-o410e2db-0.qe.lab.redhat.com
    port br-ex_master-0-2.rbrattai-o410e2db-0.qe.lab.redhat.com
        type: localnet
        addresses: ["unknown"]
sh-4.4# for f in $(ovn-nbctl show | awk '/ext_/ {gsub("[()]", "", $3) ; print $3}' | sort ) ; do echo -e "\n$f" ; ovn-nbctl lsp-list $f ; echo ; done

exgw-ext_master-0-0.rbrattai-o410e2db-0.qe.lab.redhat.com
5ab8e484-a605-4566-9001-af72c784c5c0 (br-ex1_master-0-0.rbrattai-o410e2db-0.qe.lab.redhat.com)
f65dc9f5-b783-475b-a698-87279e086fe0 (exgw-etor-GR_master-0-0.rbrattai-o410e2db-0.qe.lab.redhat.com)


exgw-ext_master-0-1.rbrattai-o410e2db-0.qe.lab.redhat.com
0f6bdee5-71f8-4bd5-a665-42127698c7f8 (br-ex1_master-0-1.rbrattai-o410e2db-0.qe.lab.redhat.com)
98dec4df-12b2-4803-9e53-b81acf69f889 (exgw-etor-GR_master-0-1.rbrattai-o410e2db-0.qe.lab.redhat.com)


exgw-ext_master-0-2.rbrattai-o410e2db-0.qe.lab.redhat.com
a7fb1478-4951-40b1-85c4-963e6f409db1 (br-ex1_master-0-2.rbrattai-o410e2db-0.qe.lab.redhat.com)
8c2229a0-5424-4a12-974c-fafdefc1921f (exgw-etor-GR_master-0-2.rbrattai-o410e2db-0.qe.lab.redhat.com)


ext_master-0-0.rbrattai-o410e2db-0.qe.lab.redhat.com
175aa53a-7fb3-4b05-a6e8-d50ae3efc574 (br-ex_master-0-0.rbrattai-o410e2db-0.qe.lab.redhat.com)
bf6efa2d-4d01-40e3-a17e-87a2594fc7ba (etor-GR_master-0-0.rbrattai-o410e2db-0.qe.lab.redhat.com)


ext_master-0-1.rbrattai-o410e2db-0.qe.lab.redhat.com
cff8fd2a-4a45-43f9-8ddf-d368d6b5bcf8 (br-ex_master-0-1.rbrattai-o410e2db-0.qe.lab.redhat.com)
0eab8193-24e5-49c1-8a3b-7461281d1152 (etor-GR_master-0-1.rbrattai-o410e2db-0.qe.lab.redhat.com)


ext_master-0-2.rbrattai-o410e2db-0.qe.lab.redhat.com
7b2a7497-5990-4a33-836d-3bc00a2a9f5f (br-ex_master-0-2.rbrattai-o410e2db-0.qe.lab.redhat.com)
11f5040b-b251-4f1e-94f3-a868b9278e32 (etor-GR_master-0-2.rbrattai-o410e2db-0.qe.lab.redhat.com)

Comment 7 errata-xmlrpc 2022-06-07 13:24:32 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (OpenShift Container Platform 4.10.17 bug fix update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2022:4882