Dan Kenigsberg has submitted this change and it was merged. Change subject: network: models: tag non-VDSM devices used by VDSM ......................................................................
network: models: tag non-VDSM devices used by VDSM When we setup network over pre-existing vlaned bond, models.py skip configuration of pre-existing devices under a vlan (because they are not to be changed) in order to not ifdown possibly used devices. Due to this behaviour we don't persist mentioned networks and therefore we are not able to restore them. Now we check if device is a part of vdsm, if not, we configure and persist it. Change-Id: I4d3ed2b45d618d404bb340100ca07bc57b2f1136 Signed-off-by: Petr Horáček <[email protected]> Reviewed-on: https://gerrit.ovirt.org/38572 Reviewed-by: Dan Kenigsberg <[email protected]> --- M tests/functional/networkTests.py M vdsm/network/models.py 2 files changed, 53 insertions(+), 1 deletion(-) Approvals: Petr Horáček: Verified Dan Kenigsberg: Looks good to me, approved -- To view, visit https://gerrit.ovirt.org/38572 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I4d3ed2b45d618d404bb340100ca07bc57b2f1136 Gerrit-PatchSet: 7 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Petr Horáček <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Petr Horáček <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
