ec48e1523d
This change adds a new workaround config option to allow disabling the guest apic. Co-authored-by: Lee Yarwood <lyarwood@redhat.com> Related-Bug: #1939108 Change-Id: I2da867f2734b590a884b1fe1200c402cbf7e9e1c
14 lines
482 B
YAML
14 lines
482 B
YAML
---
|
|
issues:
|
|
- |
|
|
Linux guest images that have known kernel bugs related to virtualized apic
|
|
initialization previously would sporadically hang. For images where the
|
|
kernel cannot be upgraded, a ``[workarounds]`` config option has been
|
|
introduced:
|
|
|
|
``[workarounds]libvirt_disable_apic``
|
|
|
|
This option is primarily intended for CI and development clouds as a bridge
|
|
for operators to mitigate the issue while they work with their upstream
|
|
image vendors.
|