Skip to content

Commit 30d670c

Browse files
authored
Fix file descriptor leaks in networking-mlnx (#1306)
* Test patches for resource leaks * Update kolla-image-tags.yml * Switch back to stackhpc branch * Adds a release note
1 parent f5ce941 commit 30d670c

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

etc/kayobe/kolla-image-tags.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ kolla_image_tags:
3333
manila:
3434
rocky-9: 2023.1-rocky-9-20240809T102431
3535
neutron:
36-
rocky-9: 2023.1-rocky-9-20240923T162134
37-
ubuntu-jammy: 2023.1-ubuntu-jammy-20240923T162134
36+
rocky-9: 2023.1-rocky-9-20240926T151818
37+
ubuntu-jammy: 2023.1-ubuntu-jammy-20240926T151818
3838
nova:
39-
rocky-9: 2023.1-rocky-9-20240916T114629
40-
ubuntu-jammy: 2023.1-ubuntu-jammy-20240916T114629
39+
rocky-9: 2023.1-rocky-9-20240926T151818
40+
ubuntu-jammy: 2023.1-ubuntu-jammy-20240926T151818
4141
octavia:
4242
rocky-9: 2023.1-rocky-9-20240730T090421
4343
ubuntu-jammy: 2023.1-ubuntu-jammy-20240730T090421
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
fixes:
3+
- |
4+
Fixes a file descriptor leak in networking-mlnx which prevented VMs using
5+
Infiniband virtual functions from provisioning after a period of time.
6+
- |
7+
Fixes ``KeyError: ip_version`` in networking-mlnx when used in conjuction
8+
with OVN mechanism driver.

0 commit comments

Comments
 (0)