Knowledge Base
2025.10
GENERIC
Networking
Storage
Compute
Designate
Orchestration
Self-Hosted
Install
UPGRADE
Monitoring
Add-Ons
Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
Unable to Deploy Windows VM Using ISO With AMD-Based CPU
Summarize Page
Copy Markdown
Open in ChatGPT
Open in Claude
Problem
Windows VM using ISO is failing with the following error in the PCD UI on hypervisor with AMD-based CPU.
PCD UI
βx
Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance [UUID].βTraceback (most recent call last):βFile "/var/lib/openstack/lib/python3.10/site-packages/nova/conductor/manager.py", line 705, in build_instancesβraise exception.MaxRetriesExceeded(reason=msg)βnova.exception.MaxRetriesExceeded: Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance [UUID].Environment
- Private Cloud Director - Virtualisation: v2025.4 and Higher.
- Self-Hosted Private Cloud Director - Virtualisation: v2025.4 and Higher.
- Component - Compute
Cause
The failure occurs because the guest XML generated during instance creation is attempting to enable a feature called Hyper-V Enlightened VMCS (hv-evmcs). This feature is specific to Intel processors and is not supported on AMD CPUs.
Nova conductor logs
File "/usr/lib/python3/dist-packages/libvirt.py", line 1385, in createWithFlags\n raise libvirtError(\'virDomainCreateWithFlags() failed\')\n', 'libvirt.libvirtError: internal error: qemu unexpectedly closed the monitor: [TIMESTAMP] qemu-system-x86_64: Hyper-V enlightened VMCS (hv-evmcs) is not supported by kernel\n'Resolution
To prevent the use of hv-evmcs when launching instances on AMD-based hosts, update the image metadata to disable Hyper-V enlightenments:
Command
openstack image set --property hw_machine_type=q35 <IMAGE_ID>openstack image set --property hw_cpu_hyperv=off <IMAGE_ID>Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
Last updated on
Was this page helpful?
Discard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message