Skip to content

Commit 21ef1c8

Browse files
authored
Merge pull request #780 from stackhpc/fix-libvirt-memory-leak
Fix libvirtd memory leak in CentOS Stream 8
2 parents a3dc8dc + 8520427 commit 21ef1c8

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

etc/kayobe/kolla/globals.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,13 @@ kayobe_image_tags:
1515
centos: yoga-20231024T093507
1616
rocky: yoga-20231024T093507
1717
ubuntu: yoga-20231024T093507
18-
nova_libvirt:
19-
# Live-migration is broken from qemu-kvm-6.2.0-20.module_el8.7.0+1218+f626c2ff to qemu-kvm-6.2.0-39.module_el8+669+76cc32af
20-
# with signature: `Missing section footer for 0000:00:01.3/piix4_pm`. Test carefully before bumping.
21-
centos: yoga-20230718T112646
18+
nova:
19+
centos: yoga-20231113T171023
20+
rocky: yoga-20231103T161400
21+
ubuntu: yoga-20231103T161400
2222

2323
cloudkitty_tag: yoga-20231107T165648
24-
nova_tag: yoga-20231103T161400
25-
nova_libvirt_tag: "{% raw %}{{ kayobe_image_tags['nova_libvirt'][kolla_base_distro] | default(nova_tag) }}{% endraw %}"
24+
nova_tag: "{% raw %}{{ kayobe_image_tags['nova'][kolla_base_distro] }}{% endraw %}"
2625

2726
# These overrides are currently redundant, but are kept because it's not obvious that you need them if setting haproxy_tag
2827
glance_tls_proxy_tag: "{% raw %}{{ haproxy_tag | default(openstack_tag) }}{% endraw %}"
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
fixes:
3+
- |
4+
Fixes a libvirtd memory leak on CentOS Stream 8. See `Red Hat Bugzilla bug
5+
2143235 <https://bugzilla.redhat.com/show_bug.cgi?id=2143235>`__ for more
6+
details.

0 commit comments

Comments
 (0)