| Summary: | ovs-vsctl: cannot create a port named gre-# because a port named gre-# already exists on bridge br-tun | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Community] RDO | Reporter: | Sandro Mathys <sandro> | ||||
| Component: | openstack-neutron | Assignee: | RHOS Maint <rhos-maint> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Ofer Blaut <oblaut> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | unspecified | CC: | chrisw, kchamart, sandro | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2013-12-09 09:16:04 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: | |||||
| Attachments: |
|
||||||
|
Description
Sandro Mathys
2013-09-20 06:56:15 UTC
Can you still reproduce this consistently?
I have a Havana 2-node setup with Neutron, OVS, GRE.
-----
$ rpm -qa | grep -i neutron
python-neutron-2013.2-3.fc21.noarch
python-neutronclient-2.3.1-2.fc20.noarch
openstack-neutron-2013.2-3.fc21.noarch
openstack-neutron-openvswitch-2013.2-3.fc21.noarch
-----
I've rebooted the Controller and Compute nodes many times, and I do not see the problem you've indicated.
---------------------
[root@ostack-controller ~(keystone_kashyap)]$ grep ERROR /var/log/neutron/openvswitch-agent.log | grep -i port
[root@ostack-controller ~(keystone_kashyap)]$
---------------------
[root@ostack-controller ~(keystone_kashyap)]$ ovs-vsctl show
09745d56-d93a-4967-9d69-2b047cf61f66
Bridge br-int
Port "tap0e21a72b-01"
tag: 2
Interface "tap0e21a72b-01"
Port "tapd48caa63-3c"
tag: 2
Interface "tapd48caa63-3c"
Port "tapc67bb976-ce"
tag: 1
Interface "tapc67bb976-ce"
Port br-int
Interface br-int
type: internal
Port "tap229364da-e7"
tag: 1
Interface "tap229364da-e7"
Port patch-tun
Interface patch-tun
type: patch
options: {peer=patch-int}
Bridge br-tun
Port "gre-2"
Interface "gre-2"
type: gre
options: {in_key=flow, local_ip="192.169.142.118", out_key=flow, remote_ip="192.169.142.209"}
Port patch-int
Interface patch-int
type: patch
options: {peer=patch-tun}
Port br-tun
Interface br-tun
type: internal
Bridge br-ex
Port "tap4e064969-f7"
Interface "tap4e064969-f7"
Port br-ex
Interface br-ex
type: internal
Port "eth0"
Interface "eth0"
ovs_version: "2.0.0"
Created attachment 834236 [details]
Neutron configs on Controller and Compute nodes, for reference.
I currently lack the resources to try a fresh setup but I don't see this error on a system is is running for a while already (and I think it should have shown with every reboot), so probably not, no. |