commit 290ce38fb05fdfa83bad02eb8b5b6c9a4f69a659 Author: Terry Wilson Date: Thu Oct 15 12:53:36 2020 -0500 Update git submodules * Update ovn-octavia-provider from branch 'master' - Fix leaked file descriptors by cleaning up objects A reference to the ovsdbapp Connection object is stored on the the API impl class and it is causing the object to stick around and its pipe fds to never close. Ultimately, python-ovs's call to select() is limited to 1024 file descriptors and will eventually error out. This deletes the connection and api objects explicitly when we are done with them. Change-Id: I97b27eaa293fb161724d34da88b4398f8b590c33 Co-authored-by: Brian Haley Closes-Bug: #1894136 diff --git a/ovn-octavia-provider b/ovn-octavia-provider index b68d2a7..5b0715d 160000 --- a/ovn-octavia-provider +++ b/ovn-octavia-provider @@ -1 +1 @@ -Subproject commit b68d2a78a4b34497e376a7be545a20a23d036191 +Subproject commit 5b0715d96700d1c288f601b3ecb2cad507c2c134