Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
OVN IP address management support added for static MAC addresses
This update adds support for dynamic IP address assignment with user-specified static MAC addresses. As a result, Open Virtual Network (OVN) users can now create configurations with dynamic IP that are associated with static MAC addresses.
The commit message for:
https://github.com/openvswitch/ovs/commit/8639f9becd81e4c0c6737a103b748609b411c978
suggests that only dynamic macs will be supported.
For our needs we need support for static MACs.
When a NIC with a static MAC (provided externally) is connected and is marked for IP allocation, the IPAM should allocate an IP address to the NIC.
This will be helpful for any scenario where many VM's with fixed MACs are deployed.
It's my understanding that OVS 2.6 (the first release with OVN)
will not be available in the fast datapath beta channel until
February 2017, which would be earliest that this could be included
in a released package.
(In reply to Lance Richardson from comment #5)
> It's my understanding that OVS 2.6 (the first release with OVN)
> will not be available in the fast datapath beta channel until
> February 2017, which would be earliest that this could be included
> in a released package.
and we need to backport this patch to our OVS 2.6 package. Lance, that's on your todo list, right?
(In reply to Russell Bryant from comment #6)
> and we need to backport this patch to our OVS 2.6 package. Lance, that's on
> your todo list, right?
Correct, that will need to be handled as a downstream backport (one of
several I'll be handling at this point).
Comment 10Lance Richardson
2016-12-13 14:47:16 UTC
(In reply to Mor from comment #9)
> Created attachment 1231245[details]
> log files
The northd log has:
2016-12-13T06:23:30.269Z|00002|daemon_unix(monitor)|ERR|1 crashes: pid 26011 died, killed (Segmentation fault), core dumped, restarting
Could you attach a few of the core dump files?
Thanks,
Lance
Comment 11Lance Richardson
2016-12-13 14:47:46 UTC
(In reply to Mor from comment #9)
> Created attachment 1231245[details]
> log files
The northd log has:
2016-12-13T06:23:30.269Z|00002|daemon_unix(monitor)|ERR|1 crashes: pid 26011 died, killed (Segmentation fault), core dumped, restarting
Could you attach a few of the core dump files?
Thanks,
Lance
Comment 12Lance Richardson
2016-12-13 14:47:58 UTC
(In reply to Mor from comment #9)
> Created attachment 1231245[details]
> log files
The northd log has:
2016-12-13T06:23:30.269Z|00002|daemon_unix(monitor)|ERR|1 crashes: pid 26011 died, killed (Segmentation fault), core dumped, restarting
Could you attach a few of the core dump files?
Thanks,
Lance
I was requested to try the RPM's from the brew repository with my test cases.
One of them that checks for IPAM functionality failed. The scenario was:
Start a VM with OVN network that has subnet defined, and try to request for IP address from DHCP.
Test failed at around: 2016-12-13 13:39.
I have attached the logs from the engine and host.
Hi guys,
Quick update on my recent finding:
Running with the latest version of OVN provider, the process ovn-northd is no longer crashing in the setup.
Thanks!
Verified with openvswitch-2.6.1-3.git20161206.el7fdb.x86_64
the command in test is as:
ovn-nbctl lsp-set-addresses $port "$mac dynamic". It assigns only IPv4 address, and Russell Bryant has confirmed this in another separate mail that "I just read the code and it looks like IPAM only supports IPv4. I've put IPv6 IPAM on our backlog."
beaker job: https://beaker.engineering.redhat.com/jobs/1666684