Skip to content
This repository was archived by the owner on Jul 24, 2019. It is now read-only.
This repository was archived by the owner on Jul 24, 2019. It is now read-only.

docs: ovs-vswitchd container configured to use interfaces 'enp11s0f0' and 'enp12s0f0' #295

@Ananth-vr

Description

@Ananth-vr

Is this a bug report or feature request? (choose one):
Documentation feature request

Explanation
Compute nodes are with interfaces eth0,eth1,eth2,eth3 ie with biosdevname=0 .Hence ovs-vswitchd container bridges are not configured correctly.
Its expecting interface name to be
enp11s0f0 and enp12s0f0
kubectl exec ovs-vswitchd-xzqsc -n openstack -- ovs-vsctl list-ports br-physnet1
enp11s0f0
phy-br-physnet1

kubectl exec ovs-vswitchd-xzqsc -n openstack -- ovs-vsctl list-ports br-ex
enp12s0f0

Error
kubectl exec ovs-vswitchd-xzqsc -n openstack -- ovs-vsctl show |grep No
error: "could not open network device enp11s0f0 (No such device)"
error: "could not open network device enp12s0f0 (No such device)"

Kubernetes Version
kubectl version
Client Version: version.Info{Major:"1", Minor:"5", GitVersion:"v1.5.2", GitCommit:"08e099554f3c31f6e6f07b448ab3ed78d0520507", GitTreeState:"clean", BuildDate:"2017-01-12T04:57:25Z", GoVersion:"go1.7.4", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"5", GitVersion:"v1.5.4", GitCommit:"7243c69eb523aa4377bce883e7c0dd76b84709a1", GitTreeState:"clean", BuildDate:"2017-03-07T23:34:32Z", GoVersion:"go1.7.4", Compiler:"gc", Platform:"linux/amd64"}

Helm Client and Tiller Versions
Client: &version.Version{SemVer:"v2.2.2", GitCommit:"1b330722aafcb8123114ae51f69d1e884a326f3e", GitTreeState:"clean"}
Server: &version.Version{SemVer:"v2.2.2", GitCommit:"1b330722aafcb8123114ae51f69d1e884a326f3e", GitTreeState:"clean"}

Development or Deployment Environment?:
Deployment

Expected Behavior:
ovs-vsctl should not return no such device
What Actually Happened:
Error in ovs-vsctl list-ports
How to Reproduce the Issue (as minimally as possible):
Add a compute node with interface named eth* ie biosdevname=0
Any Additional Comments:
Add documentation for br-ex and br-physnet1 physical interfaces and expected name for that.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions