Dan Kenigsberg has submitted this change and it was merged. Change subject: net: drop nicSort ......................................................................
net: drop nicSort nicSort was introduced so that vdsm calls ifup on bonded nics in the same order that initscripts does it, in order to obtain the same master mac address. A simpler and safer solution is to delegate ifup of bonded nics to initscripts, which does that when we ifup the bond device. In this commit we drop nicSort together with its remaining usage. Change-Id: If8fdbb281030ab7f0eec38481045dbd6c2603ce1 Signed-off-by: Dan Kenigsberg <[email protected]> --- M tests/configNetworkTests.py M vdsm/configNetwork.py 2 files changed, 4 insertions(+), 43 deletions(-) Approvals: Meni Yakove: Verified Antoni Segura Puimedon: Looks good to me, but someone else must approve Dan Kenigsberg: Igor Lvovsky: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/10585 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: If8fdbb281030ab7f0eec38481045dbd6c2603ce1 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Antoni Segura Puimedon <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Igor Lvovsky <[email protected]> Gerrit-Reviewer: Livnat Peer <[email protected]> Gerrit-Reviewer: Meni Yakove <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
