From Dan Kenigsberg <[email protected]>: Dan Kenigsberg has submitted this change and it was merged. ( https://gerrit.ovirt.org/80505 )
Change subject: net: Wait for vlan link creation when bond-vlan-dhcp is used ...................................................................... net: Wait for vlan link creation when bond-vlan-dhcp is used In a setup with a bridgeless network that has bond, vlan and DHCP, the ifup action is performed in a nonblocking manner and may cause a race where the vlan link is assumed to exist but the ifup has not yet executed. This patch introduces a wait-for-link mechanism for this specific scenario. Change-Id: I3b638ec5b3fe974be04d3e62437553262978f587 Bug-Url: https://bugzilla.redhat.com/1479829 Signed-off-by: Edward Haas <[email protected]> --- M lib/vdsm/network/configurators/ifcfg.py M lib/vdsm/network/netlink/waitfor.py 2 files changed, 55 insertions(+), 15 deletions(-) Approvals: Jenkins CI: Passed CI tests Petr Horáček: Looks good to me, but someone else must approve Dan Kenigsberg: Looks good to me, approved Edward Haas: Verified -- To view, visit https://gerrit.ovirt.org/80505 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I3b638ec5b3fe974be04d3e62437553262978f587 Gerrit-PatchSet: 5 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: Michael Burman <[email protected]> Gerrit-Reviewer: Petr Horáček <[email protected]> Gerrit-Reviewer: gerrit-hooks <[email protected]> _______________________________________________ vdsm-patches mailing list -- [email protected] To unsubscribe send an email to [email protected]
