yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #14734
[Bug 1323718] [NEW] OVS capabilities test failure masks exception
Public bug reported:
neutron/agent/linux/ovs_lib:ofctl_arg_supported executes an ovs-ofctl
command and catches the general Exception, concluding that the feature
is not supported. However, unexpected exceptions may be raised,
swallowed and never logged. So, for example, if an OVS agent starts up
and arp_responder is True, then the capabilities test for it may fail in
an unexpected way. The result is that arp_responder will not be
supported, the agent will start and the exception will not be printed,
masking a potential bug.
** Affects: neutron
Importance: Undecided
Assignee: Assaf Muller (amuller)
Status: New
** Changed in: neutron
Assignee: (unassigned) => Assaf Muller (amuller)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1323718
Title:
OVS capabilities test failure masks exception
Status in OpenStack Neutron (virtual network service):
New
Bug description:
neutron/agent/linux/ovs_lib:ofctl_arg_supported executes an ovs-ofctl
command and catches the general Exception, concluding that the feature
is not supported. However, unexpected exceptions may be raised,
swallowed and never logged. So, for example, if an OVS agent starts up
and arp_responder is True, then the capabilities test for it may fail
in an unexpected way. The result is that arp_responder will not be
supported, the agent will start and the exception will not be printed,
masking a potential bug.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1323718/+subscriptions
Follow ups
References