Skip to content

Commit

Permalink
Merge pull request #410 from stackhpc/upstream/yoga-2023-08-14
Browse files Browse the repository at this point in the history
Synchronise yoga with upstream
  • Loading branch information
markgoddard authored Aug 14, 2023
2 parents 0a56762 + cb9dd21 commit 0e5908c
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ansible/roles/nova-cell/templates/nova.conf.d/libvirt.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ cpu_mode = {{ nova_libvirt_cpu_mode }}
{% if enable_multipathd | bool %}
volume_use_multipath = True
{% endif %}
[workarounds]
skip_cpu_compare_on_dest = True
1 change: 1 addition & 0 deletions ansible/roles/opensearch/handlers/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@
image: "{{ service.image }}"
name: "{{ service.container_name }}"
volumes: "{{ service.volumes }}"
healthcheck: "{{ service.healthcheck | default(omit) }}"
when:
- kolla_action != "config"
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
fixes:
- |
Fixes an issue where a Docker health check wasn't configured for
the OpenSearch Dashboards container. See bug `2028362
<https://bugs.launchpad.net/kolla-ansible/+bug/2028362>`__.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
upgrade:
- |
Changes default value of nova libvirt driver setting
``skip_cpu_compare_on_dest`` to true. With the libvirt driver, during
live migration, skip comparing guest CPU with the destination host.
When using QEMU >= 2.9 and libvirt >= 4.4.0, libvirt will do the correct
thing with respect to checking CPU compatibility on the destination host
during live migration.

0 comments on commit 0e5908c

Please sign in to comment.