Change in ovirt-engine[master]: engine: disable IPv6 out-of-sync reporting

Alona Kaplan has submitted this change and it was merged. Change subject: engine: disable IPv6 out-of-sync reporting ...................................................................... engine: disable IPv6 out-of-sync reporting Currently VDSM reports "dhcpv6=true" when an IPv6 address was assigned dynamically. Similar logic worked for IPv4 where the only method to get the address dynamically is DHCP indeed. However, IPv6 address could be assigned dynamically by the stateless autoconfiguration protocol too, which makes the described logic not reliable. The described VDSM bug causes the engine marking a network as out-of-sync when the "autoconf" boot protocol was requested - VDSM applies the requested correctly, but GetCaps reports that erroneously. Reporting out-of-sync IPv6 configuration is disabled temporary. It's planned to be re-enabled after v4.0-beta is released. Change-Id: I5d3e8de70e24f21ede03a875da4de2526145d033 Signed-off-by: Yevgeny Zaspitsky <yzaspits@redhat.com> --- M backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/NetworkInSyncWithVdsNetworkInterface.java M backend/manager/modules/utils/src/test/java/org/ovirt/engine/core/utils/NetworkInSyncWithVdsNetworkInterfaceTest.java 2 files changed, 40 insertions(+), 27 deletions(-) Approvals: Marcin Mirecki: Looks good to me, but someone else must approve Martin Mucha: Looks good to me, but someone else must approve Alona Kaplan: Looks good to me, approved; Passed CI tests Yevgeny Zaspitsky: Verified -- To view, visit https://gerrit.ovirt.org/57274 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I5d3e8de70e24f21ede03a875da4de2526145d033 Gerrit-PatchSet: 4 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Yevgeny Zaspitsky <yzaspits@redhat.com> Gerrit-Reviewer: Alona Kaplan <alkaplan@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Marcin Mirecki <mmirecki@redhat.com> Gerrit-Reviewer: Martin Mucha <mmucha@redhat.com> Gerrit-Reviewer: Yevgeny Zaspitsky <yzaspits@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>
participants (1)
-
alkaplan@redhat.com