Bug 2100642
| Summary: | [SDN-OVN-Migration] Failed to create pod sandbox: rpc error: code = Unknown desc = failed to create pod network sandbox | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Weibin Liang <weliang> |
| Component: | Networking | Assignee: | Nikhil Simha <nsimha> |
| Networking sub component: | multus | QA Contact: | Weibin Liang <weliang> |
| Status: | CLOSED DUPLICATE | Docs Contact: | |
| Severity: | high | ||
| Priority: | high | CC: | dosmith |
| Version: | 4.11 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-07-07 17:55:11 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Weibin Liang
2022-06-23 20:52:19 UTC
Couple things in the pod events that stand out here to me are: > error adding container to network "macvlan-bridge-whereabouts": failed to create macvlan: device or resource busy There might be something going on with the interface on the host? Nikhil, also note that upstream you had filed: https://github.com/k8snetworkplumbingwg/multus-cni/issues/715 (which went stale) > have you checked that your default network is ready? still waiting for readinessindicatorfile @ /var/run/multus/cni/net.d/10-ovn-kubernetes.conf. pollimmediate error: timed out waiting for the condition Looks like it still may be in the process of OVN-K launching, too. Bug may be caused https://bugzilla.redhat.com/show_bug.cgi?id=2100643 Retest with https://github.com/openshift/release/pull/29821, the test passed in 4.11.0-rc.0 [weliang@weliang openshift-tests-private]$ oc new-project multus-upgrade [weliang@weliang multus]$ oc create -f Multus-NAD1.yaml networkattachmentdefinition.k8s.cni.cncf.io/macvlan-nad1 created [weliang@weliang multus]$ oc create -f Multus-pod-migration.yaml replicationcontroller/test-pod created [weliang@weliang multus]$ [weliang@weliang openshift-tests-private]$ oc get pod NAME READY STATUS RESTARTS AGE test-pod-jmhfz 1/1 Running 0 50s test-pod-ndw89 1/1 Running 0 50s test-pod-qnnwj 1/1 Running 0 50s [weliang@weliang openshift-tests-private]$ ./ovn-sdn-migration-commands.sh [weliang@weliang openshift-tests-private]$ oc get pod NAME READY STATUS RESTARTS AGE test-pod-dhppk 1/1 Running 1 16m test-pod-g5nnh 1/1 Running 1 19m test-pod-tbcnm 1/1 Running 1 16m ./ovn-sdn-migration-rollback-commands.sh [weliang@weliang openshift-tests-private]$ oc get pod NAME READY STATUS RESTARTS AGE test-pod-69zsl 1/1 Running 0 50m test-pod-dq45w 1/1 Running 0 50m test-pod-rxv2l 1/1 Running 0 47m [weliang@weliang openshift-tests-private]$ oc get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.11.0-rc.0 True False 3h21m Cluster version is 4.11.0-rc.0 [weliang@weliang openshift-tests-private]$ *** This bug has been marked as a duplicate of bug 2100643 *** |