Dan Kenigsberg has submitted this change and it was merged. Change subject: Remove redundant vlan device deletion. ......................................................................
Remove redundant vlan device deletion. ifdown-eth has a clause that on ifdown of a vlan interface, said interface is deleted using ip link delete xxx type vlan. That happens synchronously and just one line before we do the deletion ourselves and generates a lot of FAILED messages in vdsm.log. Change-Id: I3b9b6aea80ad372363aa54e3d4173ab2c1f8af7e Signed-off-by: Antoni S. Puimedon <[email protected]> --- M vdsm/configNetwork.py 1 file changed, 0 insertions(+), 1 deletion(-) Approvals: Antoni Segura Puimedon: Verified Mark Wu: Looks good to me, but someone else must approve Dan Kenigsberg: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/10008 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I3b9b6aea80ad372363aa54e3d4173ab2c1f8af7e Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Antoni Segura Puimedon <[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: Mark Wu <[email protected]> Gerrit-Reviewer: ShaoHe Feng <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
