yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #49694
[Bug 1571553] Re: When ovs_use_veth is set as False the DHCP port is shown as down
Reviewed: https://review.openstack.org/306807
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=dab6070cafb95308cb8580856ecfdf213e8f77b8
Submitter: Jenkins
Branch: master
commit dab6070cafb95308cb8580856ecfdf213e8f77b8
Author: garyk <gkotton@xxxxxxxxxx>
Date: Sun Apr 17 07:12:29 2016 +0000
Revert "Deprecate 'ovs_use_veth' and 'veth_mtu' options"
The reason for reverting this is that when we tested this OVS
port is show as DOWN and it can actually send traffic.
An explanation is below:
The DHCP port has "tap" in the name, but doesn't appear to be
a tap device. It appears to be an OVS internal device. That device
was then put into a different network namespace, which isn't
visible to the root namespace in which ovs-vswitchd is running.
Using internal devices in this manor is kind of a hack since
ovs-vswitchd can't actually see the device, but it can still
send and receive traffic on it.
This reverts commit 850b4c025fa5652bfa474c78e7775d74fdb93df6.
Closes-bug: #1571553
Change-Id: I82d53d62bfd42cb17e3ce7f739369be3bbf44c02
** Changed in: neutron
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1571553
Title:
When ovs_use_veth is set as False the DHCP port is shown as down
Status in neutron:
Fix Released
Bug description:
On the NSX manager the DHCP port is shown as down. The DHCP service
actually works but the port is down. This is due to the fact that the
port state is list as down:
_uuid : 611a249b-8645-4040-9ade-65a0412ad0ba
admin_state : down
bfd : {}
bfd_status : {}
cfm_fault : []
cfm_fault_status : []
cfm_flap_count : []
cfm_health : []
cfm_mpid : []
cfm_remote_mpids : []
cfm_remote_opstate : []
discovered_ips : []
duplex : []
error : []
external_ids : {attached-mac="fa:16:3e:a7:1d:e5", iface-id="19a2e24a-6cbf-4af0-8508-1eeb8c632259", iface-status=active}
ifindex : 0
ingress_policing_burst: 0
ingress_policing_rate: 0
lacp_current : []
link_resets : 0
link_speed : []
link_state : down
lldp : {}
mac : []
mac_in_use : []
mtu : []
name : "tap19a2e24a-6c"
ofport : 360
ofport_request : []
options : {}
other_config : {}
statistics : {collisions=0, rx_bytes=0, rx_crc_err=0, rx_dropped=0, rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=0, tx_bytes=648, tx_dropped=0, tx_errors=0, tx_packets=8}
status : {driver_name=openvswitch}
type : internal
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1571553/+subscriptions
References