Bug 1851731
Summary: | OVN-DVR OSP 16 with geneve tenant network and flat public network tries ARP resolution of IPs that are off subnet | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Andreas Karis <akaris> |
Component: | openstack-neutron | Assignee: | Assaf Muller <amuller> |
Status: | CLOSED DUPLICATE | QA Contact: | Eran Kuris <ekuris> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 16.0 (Train) | CC: | amuller, chrisw, fshaikh, jlibosva, rsafrono, scohen, suchaudh |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-06-30 11:34:58 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: | |
Embargoed: |
Description
Andreas Karis
2020-06-28 13:20:07 UTC
(overcloud) [stack@undercloud-0 shift]$ neutron net-list nneutron CLI is deprecated and will be removed in the future. Use openstack CLI instead. eutron subn+--------------------------------------+----------------------------+----------------------------------+-----------------------------------------------------+ | id | name | tenant_id | subnets | +--------------------------------------+----------------------------+----------------------------------+-----------------------------------------------------+ | 00249ba5-fb05-4f26-84ed-09af3fc6c66f | stackshift-2hpdv-openshift | 969aabe81e0749e599daf64c874abbcb | ada65210-f9cf-4c2e-805e-539ff2124678 10.0.0.0/16 | | 6dc39a72-1bfd-41ae-9906-aed6d13508e0 | public | 969aabe81e0749e599daf64c874abbcb | 26231d56-2d52-41eb-95bb-c1dce14f0f00 10.0.0.0/24 | | bc48bd41-f873-4b9a-9207-e56612123176 | private-test | 969aabe81e0749e599daf64c874abbcb | b9d1aea2-b1e7-4b08-aa81-b63e3c6c719b 192.168.0.0/24 | +--------------------------------------+----------------------------+----------------------------------+-----------------------------------------------------+ e(overcloud) [stack@undercloud-0 shift]$ neutron subnet-list nneutron CLI is deprecated and will be removed in the future. Use openstack CLI instead. eutron +--------------------------------------+------------------------+----------------------------------+----------------+----------------------------------------------------+ | id | name | tenant_id | cidr | allocation_pools | +--------------------------------------+------------------------+----------------------------------+----------------+----------------------------------------------------+ | 26231d56-2d52-41eb-95bb-c1dce14f0f00 | sub-public | 969aabe81e0749e599daf64c874abbcb | 10.0.0.0/24 | {"start": "10.0.0.2", "end": "10.0.0.254"} | | ada65210-f9cf-4c2e-805e-539ff2124678 | stackshift-2hpdv-nodes | 969aabe81e0749e599daf64c874abbcb | 10.0.0.0/16 | {"start": "10.0.0.10", "end": "10.0.62.128"} | | b9d1aea2-b1e7-4b08-aa81-b63e3c6c719b | private-test-subnet | 969aabe81e0749e599daf64c874abbcb | 192.168.0.0/24 | {"start": "192.168.0.100", "end": "192.168.0.150"} | +--------------------------------------+------------------------+----------------------------------+----------------+----------------------------------------------------+ (overcloud) [stack@undercloud-0 shift]$ neutron net-show public neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead. +---------------------------+--------------------------------------+ | Field | Value | +---------------------------+--------------------------------------+ | admin_state_up | True | | availability_zone_hints | | | availability_zones | | | created_at | 2020-06-07T11:47:41Z | | description | | | dns_domain | | | id | 6dc39a72-1bfd-41ae-9906-aed6d13508e0 | | ipv4_address_scope | | | ipv6_address_scope | | | is_default | False | | l2_adjacency | True | | mtu | 1500 | | name | public | | port_security_enabled | True | | project_id | 969aabe81e0749e599daf64c874abbcb | | provider:network_type | flat | | provider:physical_network | datacentre | | provider:segmentation_id | | | qos_policy_id | | | revision_number | 2 | | router:external | True | | shared | False | | status | ACTIVE | | subnets | 26231d56-2d52-41eb-95bb-c1dce14f0f00 | | tags | | | tenant_id | 969aabe81e0749e599daf64c874abbcb | | updated_at | 2020-06-07T11:47:49Z | +---------------------------+--------------------------------------+ (overcloud) [stack@undercloud-0 shift]$ neutron subnet-show public-subnet neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead. Unable to find subnet with name or id 'public-subnet' (overcloud) [stack@undercloud-0 shift]$ neutron subnet-show sub-public neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead. +-------------------+--------------------------------------------+ | Field | Value | +-------------------+--------------------------------------------+ | allocation_pools | {"start": "10.0.0.2", "end": "10.0.0.254"} | | cidr | 10.0.0.0/24 | | created_at | 2020-06-07T11:47:49Z | | description | | | dns_nameservers | | | enable_dhcp | True | | gateway_ip | 10.0.0.1 | | host_routes | | | id | 26231d56-2d52-41eb-95bb-c1dce14f0f00 | | ip_version | 4 | | ipv6_address_mode | | | ipv6_ra_mode | | | name | sub-public | | network_id | 6dc39a72-1bfd-41ae-9906-aed6d13508e0 | | project_id | 969aabe81e0749e599daf64c874abbcb | | revision_number | 0 | | segment_id | | | service_types | | | subnetpool_id | | | tags | | | tenant_id | 969aabe81e0749e599daf64c874abbcb | | updated_at | 2020-06-07T11:47:49Z | +-------------------+--------------------------------------------+ (overcloud) [stack@undercloud-0 shift]$ neutron net-show private neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead. Unable to find network with name or id 'private' (overcloud) [stack@undercloud-0 shift]$ neutron net-show private-test neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead. +---------------------------+--------------------------------------+ | Field | Value | +---------------------------+--------------------------------------+ | admin_state_up | True | | availability_zone_hints | | | availability_zones | | | created_at | 2020-06-28T12:47:29Z | | description | | | dns_domain | | | id | bc48bd41-f873-4b9a-9207-e56612123176 | | ipv4_address_scope | | | ipv6_address_scope | | | l2_adjacency | True | | mtu | 1442 | | name | private-test | | port_security_enabled | True | | project_id | 969aabe81e0749e599daf64c874abbcb | | provider:network_type | geneve | | provider:physical_network | | | provider:segmentation_id | 1 | | qos_policy_id | | | revision_number | 2 | | router:external | False | | shared | False | | status | ACTIVE | | subnets | b9d1aea2-b1e7-4b08-aa81-b63e3c6c719b | | tags | | | tenant_id | 969aabe81e0749e599daf64c874abbcb | | updated_at | 2020-06-28T12:49:41Z | +---------------------------+--------------------------------------+ (overcloud) [stack@undercloud-0 shift]$ neutron subnet-show !$-subnet neutron subnet-show private-test-subnet neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead. +-------------------+----------------------------------------------------+ | Field | Value | +-------------------+----------------------------------------------------+ | allocation_pools | {"start": "192.168.0.100", "end": "192.168.0.150"} | | cidr | 192.168.0.0/24 | | created_at | 2020-06-28T12:49:41Z | | description | | | dns_nameservers | | | enable_dhcp | True | | gateway_ip | 192.168.0.1 | | host_routes | | | id | b9d1aea2-b1e7-4b08-aa81-b63e3c6c719b | | ip_version | 4 | | ipv6_address_mode | | | ipv6_ra_mode | | | name | private-test-subnet | | network_id | bc48bd41-f873-4b9a-9207-e56612123176 | | project_id | 969aabe81e0749e599daf64c874abbcb | | revision_number | 0 | | segment_id | | | service_types | | | subnetpool_id | | | tags | | | tenant_id | 969aabe81e0749e599daf64c874abbcb | | updated_at | 2020-06-28T12:49:41Z | +-------------------+----------------------------------------------------+ (overcloud) [stack@undercloud-0 shift]$ nova list +--------------------------------------+----------------------------+--------+------------+-------------+----------------------------------------+ | ID | Name | Status | Task State | Power State | Networks | +--------------------------------------+----------------------------+--------+------------+-------------+----------------------------------------+ | 5177a106-7a27-40be-b514-4d03a1b8acb3 | stackshift-2hpdv-bootstrap | ERROR | - | NOSTATE | | | 8c094490-97f0-4a74-9b11-f750f00f19f9 | stackshift-2hpdv-master-0 | ACTIVE | - | Running | stackshift-2hpdv-openshift=10.0.2.84 | | d385f306-26c4-475e-a985-df26c66be250 | stackshift-2hpdv-master-1 | ACTIVE | - | Running | stackshift-2hpdv-openshift=10.0.1.33 | | d1d2abfc-1b2b-4c64-a6e8-8d83547fa252 | stackshift-2hpdv-master-2 | ACTIVE | - | Running | stackshift-2hpdv-openshift=10.0.1.210 | | af81a3fc-5c2e-4c5a-9f2d-5631fdb94f2e | test | ACTIVE | - | Running | private-test=192.168.0.135, 10.0.0.123 | +--------------------------------------+----------------------------+--------+------------+-------------+----------------------------------------+ (overcloud) [stack@undercloud-0 shift]$ nova show test +--------------------------------------+----------------------------------------------------------+ | Property | Value | +--------------------------------------+----------------------------------------------------------+ | OS-DCF:diskConfig | MANUAL | | OS-EXT-AZ:availability_zone | nova | | OS-EXT-SRV-ATTR:host | compute-0.redhat.local | | OS-EXT-SRV-ATTR:hostname | test | | OS-EXT-SRV-ATTR:hypervisor_hostname | compute-0.redhat.local | | OS-EXT-SRV-ATTR:instance_name | instance-0000002e | | OS-EXT-SRV-ATTR:kernel_id | | | OS-EXT-SRV-ATTR:launch_index | 0 | | OS-EXT-SRV-ATTR:ramdisk_id | | | OS-EXT-SRV-ATTR:reservation_id | r-eivlv900 | | OS-EXT-SRV-ATTR:root_device_name | /dev/vda | | OS-EXT-SRV-ATTR:user_data | - | | OS-EXT-STS:power_state | 1 | | OS-EXT-STS:task_state | - | | OS-EXT-STS:vm_state | active | | OS-SRV-USG:launched_at | 2020-06-28T12:53:54.000000 | | OS-SRV-USG:terminated_at | - | | accessIPv4 | | | accessIPv6 | | | config_drive | | | created | 2020-06-28T12:53:48Z | | description | - | | flavor:disk | 20 | | flavor:ephemeral | 0 | | flavor:extra_specs | {} | | flavor:original_name | m1.shift | | flavor:ram | 14336 | | flavor:swap | 0 | | flavor:vcpus | 8 | | hostId | bac915d6dcfb095a09fa9bcbe51ff919847064593dc9954d6797912f | | host_status | UP | | id | af81a3fc-5c2e-4c5a-9f2d-5631fdb94f2e | | image | rhel7 (516351e9-fc43-453e-9f2d-a3b94bbc3f97) | | key_name | stack | | locked | False | | locked_reason | - | | metadata | {} | | name | test | | os-extended-volumes:volumes_attached | [] | | private-test network | 192.168.0.135, 10.0.0.123 | | progress | 0 | | security_groups | default, icmpssh | | server_groups | [] | | status | ACTIVE | | tags | [] | | tenant_id | 969aabe81e0749e599daf64c874abbcb | | trusted_image_certificates | - | | updated | 2020-06-28T12:53:54Z | | user_id | cf536a8e8c104f39899172f81dda6ee9 | +--------------------------------------+----------------------------------------------------------+ sosreports when working: /var/tmp/sosreport-compute-0-2020-06-28-tnmenfp.tar.xz /var/tmp/sosreport-controller-0-2020-06-28-yfgitsg.tar.xz sosreports when not working: /var/tmp/sosreport-compute-0-2020-06-28-zpkopir.tar.xz /var/tmp/sosreport-controller-0-2020-06-28-gwrkivl.tar.xz I found thsi issue in a lab. I'm attaching this BZ to a customer case that I created for this purpose: 02689873 I'm just using the customer case as a datadump for the data ; use support-shell to retrieve it. Thanks So the workaround for me is: ~~~ (undercloud) [stack@undercloud-0 ~]$ cat virt/disable-dvr.yaml parameter_defaults: NeutronEnableDVR: false ~~~ Seems like same issue as https://bugzilla.redhat.com/show_bug.cgi?id=1837558 was fixed in ovn2.13-2.13.0-33.el7fdn (will be available in new FDP release, 20.E), see https://bugzilla.redhat.com/show_bug.cgi?id=1836976 sorry, for osp16 fixed ovn version should be ovn2.11-2.11.1-47.el8fdp Roman is right, this is a bug in OVN tracked by bug 1837558 *** This bug has been marked as a duplicate of bug 1837558 *** |