Dan Kenigsberg has submitted this change and it was merged. Change subject: ipwrapper: do not report devices that disappear ......................................................................
ipwrapper: do not report devices that disappear There was a race in getLinks that consisted on devices disappearing between them being reported by netlink and information being retrieved by the Link class (driver info). This patch solves it by reporting just those links that suceed. Change-Id: Ib41336f3ac2f2278db2706f7d4eb3a9b579f66d4 Bug-Url: https://bugzilla.redhat.com/1113948 Signed-off-by: Antoni S. Puimedon <[email protected]> Reviewed-on: http://gerrit.ovirt.org/29442 Reviewed-by: Dan Kenigsberg <[email protected]> --- M lib/vdsm/ipwrapper.py 1 file changed, 7 insertions(+), 1 deletion(-) Approvals: Antoni Segura Puimedon: Verified Dan Kenigsberg: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/29442 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ib41336f3ac2f2278db2706f7d4eb3a9b579f66d4 Gerrit-PatchSet: 2 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: Francesco Romani <[email protected]> Gerrit-Reviewer: Roman Hodain <[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
