Bug 1368043
Summary: | [RFE] OVN: IP address management with static MACs | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Marcin Mirecki <mmirecki> | ||||
Component: | openvswitch | Assignee: | Mark Michelson <mmichels> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | qding | ||||
Severity: | high | Docs Contact: | Ioanna Gkioka <igkioka> | ||||
Priority: | high | ||||||
Version: | 7.4 | CC: | aloughla, atragler, danken, fleitner, mkalfon, qding, rbryant, rkhan, sukulkar, wchadwic, ylavi | ||||
Target Milestone: | rc | Keywords: | FutureFeature | ||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | openvswitch-2.6.1-2.git20161206.el7fdb | Doc Type: | Enhancement | ||||
Doc Text: |
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.
|
Story Points: | --- | ||||
Clone Of: | Environment: | ||||||
Last Closed: | 2018-02-16 16:59:21 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: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 1366899, 1411730 | ||||||
Attachments: |
|
Description
Marcin Mirecki
2016-08-18 07:58:05 UTC
RFC patch with static MAC support posted here: http://openvswitch.org/pipermail/dev/2016-September/079544.html 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). RPMS with changes for this BZ can be found here: http://download.eng.bos.redhat.com/brewroot/packages/openvswitch/2.6.1/2.git20161206.el7fdb Created attachment 1231245 [details]
log files
(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 (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 (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 Closing resolved bugs. |