From 29695260098864188a5f600279a48998852f14e0 Mon Sep 17 00:00:00 2001 From: Will Szumski Date: Thu, 26 Sep 2024 16:17:14 +0100 Subject: [PATCH 1/4] Test patches for resource leaks --- etc/kayobe/kolla.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/kayobe/kolla.yml b/etc/kayobe/kolla.yml index b6cc34475..fecd506e5 100644 --- a/etc/kayobe/kolla.yml +++ b/etc/kayobe/kolla.yml @@ -150,11 +150,11 @@ kolla_sources: neutron-server-plugin-networking-mlnx: type: git location: https://github.com/stackhpc/networking-mlnx - reference: stackhpc/{{ openstack_release }} + reference: bugfix/{{ openstack_release }} nova-compute-plugin-networking-mlnx: type: git location: https://github.com/stackhpc/networking-mlnx - reference: stackhpc/{{ openstack_release }} + reference: bugfix/{{ openstack_release }} ############################################################################### # Kolla image build configuration. From e2e3c5cf8319c9e8b568187691f321e36259f806 Mon Sep 17 00:00:00 2001 From: Will Szumski Date: Thu, 26 Sep 2024 16:20:49 +0100 Subject: [PATCH 2/4] Update kolla-image-tags.yml --- etc/kayobe/kolla-image-tags.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/kayobe/kolla-image-tags.yml b/etc/kayobe/kolla-image-tags.yml index f17e60910..2d7a5bd65 100644 --- a/etc/kayobe/kolla-image-tags.yml +++ b/etc/kayobe/kolla-image-tags.yml @@ -33,11 +33,11 @@ kolla_image_tags: manila: rocky-9: 2023.1-rocky-9-20240809T102431 neutron: - rocky-9: 2023.1-rocky-9-20240923T162134 - ubuntu-jammy: 2023.1-ubuntu-jammy-20240923T162134 + rocky-9: 2023.1-rocky-9-20240926T151818 + ubuntu-jammy: 2023.1-ubuntu-jammy-20240926T151818 nova: - rocky-9: 2023.1-rocky-9-20240916T114629 - ubuntu-jammy: 2023.1-ubuntu-jammy-20240916T114629 + rocky-9: 2023.1-rocky-9-20240926T151818 + ubuntu-jammy: 2023.1-ubuntu-jammy-20240926T151818 octavia: rocky-9: 2023.1-rocky-9-20240730T090421 ubuntu-jammy: 2023.1-ubuntu-jammy-20240730T090421 From d98adb6f9499ec04e688664ece8768382318cec2 Mon Sep 17 00:00:00 2001 From: Will Szumski Date: Thu, 3 Oct 2024 12:13:24 +0100 Subject: [PATCH 3/4] Switch back to stackhpc branch --- etc/kayobe/kolla.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/kayobe/kolla.yml b/etc/kayobe/kolla.yml index fecd506e5..b6cc34475 100644 --- a/etc/kayobe/kolla.yml +++ b/etc/kayobe/kolla.yml @@ -150,11 +150,11 @@ kolla_sources: neutron-server-plugin-networking-mlnx: type: git location: https://github.com/stackhpc/networking-mlnx - reference: bugfix/{{ openstack_release }} + reference: stackhpc/{{ openstack_release }} nova-compute-plugin-networking-mlnx: type: git location: https://github.com/stackhpc/networking-mlnx - reference: bugfix/{{ openstack_release }} + reference: stackhpc/{{ openstack_release }} ############################################################################### # Kolla image build configuration. From 68fc327ebee8ffe38eea9b36a161f1f0e8a790cf Mon Sep 17 00:00:00 2001 From: Will Szumski Date: Thu, 3 Oct 2024 18:23:16 +0100 Subject: [PATCH 4/4] Adds a release note --- .../fixes-file-descriptor-leak-3d5c9340e5983e9c.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 releasenotes/notes/fixes-file-descriptor-leak-3d5c9340e5983e9c.yaml diff --git a/releasenotes/notes/fixes-file-descriptor-leak-3d5c9340e5983e9c.yaml b/releasenotes/notes/fixes-file-descriptor-leak-3d5c9340e5983e9c.yaml new file mode 100644 index 000000000..415b4d76d --- /dev/null +++ b/releasenotes/notes/fixes-file-descriptor-leak-3d5c9340e5983e9c.yaml @@ -0,0 +1,8 @@ +--- +fixes: + - | + Fixes a file descriptor leak in networking-mlnx which prevented VMs using + Infiniband virtual functions from provisioning after a period of time. + - | + Fixes ``KeyError: ip_version`` in networking-mlnx when used in conjuction + with OVN mechanism driver.