openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #24765
openvswitch information
I'm hoping someone can help me with this:
ovs-vsctl shows a virtual device, yet the device is not seen in the nsamespace.
The error shows up in the l3-agent.log.
sudo ovs-vsctl show
aa8b3d87-4526-4a0f-937a-20b614d6a640
Bridge br-ex
Port "qg-c2b81612-69"
Interface "qg-c2b81612-69"
type: internal
Port "qg-c9bdaf3e-19"
Interface "qg-c9bdaf3e-19"
type: internal
Port br-ex
Interface br-ex
type: internal
Port "qg-559e0c87-26"
Interface "qg-559e0c87-26"
type: internal
Port "qg-c279afe8-e1"
Interface "qg-c279afe8-e1"
type: internal
Port "qg-b28d2299-be"
Interface "qg-b28d2299-be"
type: internal
Bridge br-int
Port "qr-d7a1a7f6-24"
tag: 1
Interface "qr-d7a1a7f6-24"
type: internal
Port "qr-cadfb5e1-51"
tag: 2
Interface "qr-cadfb5e1-51"
type: internal
Port br-int
Interface br-int
type: internal
ovs_version: "1.10.0"
[lbourn@eaopenstk01 ~]$ sudo ip netns
qrouter-eab33d24-351c-48b4-bce0-ca9f4b8f2f38
[lbourn@eaopenstk01 ~]$ sudo ip netns exec qrouter-eab33d24-351c-48b4-bce0-ca9f4b8f2f38 ip -o link show qg-559e0c87-26
Device "qg-559e0c87-26" does not exist.
Follow ups