Skip to content

Commit a3e0a75

Browse files
authored
Revert container image bump to nova libvirt
``` Live Migration failure: internal error: qemu unexpectedly closed the monitor: 2023-09-06T09:55:34.855238Z qemu-kvm: Missing section footer for 0000:00:01.3/piix4_pm 2023-09-06T09:55:34.855431Z qemu-kvm: load of migration failed: Invalid argument: libvirt.libvirtError: internal error: qemu unexpectedly closed the monitor: 2023-09-06T09:55:34.855238Z qemu-kvm: Missing section footer for 0000:00:01.3/piix4_pm ``` See: https://gitlab.com/qemu-project/qemu/-/issues/932
1 parent 323581d commit a3e0a75

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

etc/kayobe/kolla/globals.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ kayobe_image_tags:
4242
nova:
4343
rocky: yoga-20230718T112646
4444
ubuntu: yoga-20230718T112646
45+
nova_libvirt:
46+
# 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
47+
# with signature: `Missing section footer for 0000:00:01.3/piix4_pm`. Test carefully before bumping.
48+
centos: yoga-20230718T112646
4549
octavia:
4650
rocky: yoga-20230523T110936
4751
ubuntu: yoga-20230523T110936
@@ -67,6 +71,7 @@ ironic_dnsmasq_tag: "{% raw %}{{ kayobe_image_tags['ironic_dnsmasq'][kolla_base_
6771
magnum_tag: "{% raw %}{{ kayobe_image_tags['magnum'][kolla_base_distro] | default(openstack_tag) }}{% endraw %}"
6872
neutron_tag: "{% raw %}{{ kayobe_image_tags['neutron'][kolla_base_distro] | default(openstack_tag) }}{% endraw %}"
6973
nova_tag: "{% raw %}{{ kayobe_image_tags['nova'][kolla_base_distro] | default(openstack_tag) }}{% endraw %}"
74+
nova_libvirt_tag: "{% raw %}{{ kayobe_image_tags['nova'][kolla_base_distro] | default(openstack_tag) }}{% endraw %}"
7075
octavia_tag: "{% raw %}{{ kayobe_image_tags['octavia'][kolla_base_distro] | default(openstack_tag) }}{% endraw %}"
7176
opensearch_tag: "{% raw %}{{ kayobe_image_tags['opensearch'][kolla_base_distro] | default(openstack_tag) }}{% endraw %}"
7277
openvswitch_tag: "{% raw %}{{ kayobe_image_tags['openvswitch'][kolla_base_distro] | default(openstack_tag) }}{% endraw %}"

0 commit comments

Comments
 (0)