From c80e9caec70a7375c1e00b47dbfb760eaab931b9 Mon Sep 17 00:00:00 2001 From: Zuul Date: Thu, 23 Jan 2020 11:43:29 +0000 Subject: [PATCH] Update git submodules * Update kuryr-kubernetes from branch 'master' - Merge "Gather debug info when NetlinkError EEXIST happens" - Gather debug info when NetlinkError EEXIST happens In nested setups on the pod interface binding we sometimes get: pyroute2.netlink.exceptions.NetlinkError: (17, 'File exists') This is most likely related to VLAN id conflict, which should get fixed by code deleting interfaces that were possible to get created by previous run of the binding, but for some reason that does not always help. This commit makes sure that when error occurs we gather all the information about interfaces in both host and pod namespaces. That should help to find the guilty interface and understand the reason behind the issue. Change-Id: Ia2d81c0e456a6e66ad0a95ae1f1a601236054e2f Related-Bug: 1854928 --- kuryr-kubernetes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kuryr-kubernetes b/kuryr-kubernetes index d4a4244504..eed6b2c331 160000 --- a/kuryr-kubernetes +++ b/kuryr-kubernetes @@ -1 +1 @@ -Subproject commit d4a42445043da54ea72a578ab2ece895a9d30205 +Subproject commit eed6b2c3318fe97074b4614aacbdb529b501f3b3