Bug 1825701
| Summary: | [ovn2.11]dynamic ipv4 address assignment is not as expected | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux Fast Datapath | Reporter: | Jianlin Shi <jishi> |
| Component: | ovn2.11 | Assignee: | lorenzo bianconi <lorenzo.bianconi> |
| Status: | CLOSED ERRATA | QA Contact: | Jianlin Shi <jishi> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | FDP 20.C | CC: | ctrautma, jishi, lorenzo.bianconi, mmichels, ralongi |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | ovn2.11-2.11.1-53.el7fdn | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1823287 | Environment: | |
| Last Closed: | 2020-08-18 11:23:25 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1823287 | ||
| Bug Blocks: | |||
|
Description
Jianlin Shi
2020-04-20 01:15:23 UTC
Verified on ovn2.11.1-53: [root@dell-per740-42 bz1825701]# bash -x rep.sh + systemctl start ovn-northd + ovn-nbctl ls-add ls2 + ovn-nbctl lsp-add ls2 ls2p2 + ovn-nbctl lsp-set-addresses ls2p2 dynamic + ovn-nbctl set logical_switch ls2 other_config:subnet=172.16.1.1/29 + ovn-nbctl list logical_switch_port ls2p2 _uuid : 068038ec-6e40-47ee-9d1b-0c20cf5eeb15 addresses : [dynamic] dhcpv4_options : [] dhcpv6_options : [] dynamic_addresses : "ca:00:fb:10:01:03 172.16.1.2" enabled : [] external_ids : {} ha_chassis_group : [] name : "ls2p2" options : {} parent_name : [] port_security : [] tag : [] tag_request : [] type : "" up : false + ovn-nbctl set logical_switch ls2 other_config:subnet=172.16.1.254/29 + ovn-nbctl list logical_switch_port ls2p2 _uuid : 068038ec-6e40-47ee-9d1b-0c20cf5eeb15 addresses : [dynamic] dhcpv4_options : [] dhcpv6_options : [] dynamic_addresses : "ca:00:fb:10:01:03 172.16.1.250" enabled : [] external_ids : {} ha_chassis_group : [] name : "ls2p2" options : {} parent_name : [] port_security : [] tag : [] tag_request : [] type : "" up : false [root@dell-per740-42 bz1825701]# rpm -qa | grep -E "openvswitch|ovn" ovn2.11-2.11.1-53.el7fdp.x86_64 openvswitch-selinux-extra-policy-1.0-15.el7fdp.noarch openvswitch2.11-2.11.3-64.el7fdp.x86_64 ovn2.11-host-2.11.1-53.el7fdp.x86_64 ovn2.11-central-2.11.1-53.el7fdp.x86_64 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (ovn2.11 bug fix and enhancement update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:3487 |