yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #26603
[Bug 1407601] [NEW] openvswitch agent logs ERROR when a port to be tagged is gone
Public bug reported:
tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_building_state
can produce in openvswitch agent log, errors like:
Command: ['sudo', '/usr/local/bin/neutron-rootwrap', '/etc/neutron/rootwrap.conf', 'ovs-vsctl', '--timeout=10', 'get', 'Port', 'qvo34e73ef0-34', 'tag']
Exit code: 1
Stdout: ''
Stderr: 'ovs-vsctl: no row "qvo34e73ef0-34" in table Port\n'
and
2015-01-05 05:46:35.983 30809 ERROR neutron.agent.linux.ovs_lib [req-95a486ae-8fc5-4e08-b90a-1080663f770b None] Unable to execute ['ovs-vsctl', '--timeout=10', 'set', 'Port', u'qvo34e73ef0-34', 'tag=4']. Exception:
Command: ['sudo', '/usr/local/bin/neutron-rootwrap', '/etc/neutron/rootwrap.conf', 'ovs-vsctl', '--timeout=10', 'set', 'Port', 'qvo34e73ef0-34', 'tag=4']
Exit code: 1
Stdout: ''
Stderr: 'ovs-vsctl: no row "qvo34e73ef0-34" in table Port\n'
This should be captured and reported as a WARNING instead.
** Affects: neutron
Importance: Undecided
Assignee: Miguel Angel Ajo (mangelajo)
Status: New
** Changed in: neutron
Assignee: (unassigned) => Miguel Angel Ajo (mangelajo)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1407601
Title:
openvswitch agent logs ERROR when a port to be tagged is gone
Status in OpenStack Neutron (virtual network service):
New
Bug description:
tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_building_state
can produce in openvswitch agent log, errors like:
Command: ['sudo', '/usr/local/bin/neutron-rootwrap', '/etc/neutron/rootwrap.conf', 'ovs-vsctl', '--timeout=10', 'get', 'Port', 'qvo34e73ef0-34', 'tag']
Exit code: 1
Stdout: ''
Stderr: 'ovs-vsctl: no row "qvo34e73ef0-34" in table Port\n'
and
2015-01-05 05:46:35.983 30809 ERROR neutron.agent.linux.ovs_lib [req-95a486ae-8fc5-4e08-b90a-1080663f770b None] Unable to execute ['ovs-vsctl', '--timeout=10', 'set', 'Port', u'qvo34e73ef0-34', 'tag=4']. Exception:
Command: ['sudo', '/usr/local/bin/neutron-rootwrap', '/etc/neutron/rootwrap.conf', 'ovs-vsctl', '--timeout=10', 'set', 'Port', 'qvo34e73ef0-34', 'tag=4']
Exit code: 1
Stdout: ''
Stderr: 'ovs-vsctl: no row "qvo34e73ef0-34" in table Port\n'
This should be captured and reported as a WARNING instead.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1407601/+subscriptions
Follow ups
References