Dan Kenigsberg has submitted this change and it was merged. Change subject: net: Normalize management network defaultRoute ......................................................................
net: Normalize management network defaultRoute The management network should always include defaultRoute=True. With ovirt-node<=3.5, the management network is initally set from the tui and does not set defaultRoute. defaultRoute is normalized internally to True without adding it to the persistent config. The fix introduces a normalization of the persistent config, such that the management network will be marked with defaultRoute=True even if defaultRoute is missing. This issue is relevant for upgrades from ovirt-node<=3.5. Change-Id: I3c596afaf6e57944962ebc874bd6a28374cfe382 Bug-Url: https://bugzilla.redhat.com/1293562 Signed-off-by: Edward Haas <[email protected]> Reviewed-on: https://gerrit.ovirt.org/51594 Continuous-Integration: Jenkins CI Reviewed-by: Dan Kenigsberg <[email protected]> --- M lib/vdsm/kernelconfig.py 1 file changed, 5 insertions(+), 2 deletions(-) Approvals: Jenkins CI: Passed CI tests Dan Kenigsberg: Looks good to me, approved Edward Haas: Verified -- To view, visit https://gerrit.ovirt.org/51594 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I3c596afaf6e57944962ebc874bd6a28374cfe382 Gerrit-PatchSet: 2 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Edward Haas <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Edward Haas <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: gerrit-hooks <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
